:root{
  --ink:#0F1419; --ink-2:#39424E; --dim:#6B7480;
  --paper:#FBFAF8; --paper-2:#F2F0EC; --line:#E3E0D9;
  --accent:#122041;          /* one variable — brand colour lands here */
  --gold:#B98A2E;
  --max:1120px;
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
[id]{scroll-margin-top:76px}
.pagewrap+.pagewrap,.pagewrap+section.cta{border-top:1px solid var(--line)}
body{font-family:"Hind Siliguri",ui-sans-serif,system-ui,sans-serif;background:var(--paper);color:var(--ink);
  -webkit-font-smoothing:antialiased;line-height:1.6;font-size:17px;letter-spacing:0}
html[data-lang="bn"] .en,html[data-lang="en"] .bn{display:none}
.wrap{max-width:var(--max);margin:0 auto;padding:0 28px}
/* BANGLA NEVER TAKES NEGATIVE TRACKING — it collapses the daari (।) into the
   preceding glyph. Negative tracking is a Latin habit; it is scoped to English only. */
h1,h2,h3{line-height:1.3;letter-spacing:0;font-weight:700}
html[data-lang="en"] h1,html[data-lang="en"] h2,html[data-lang="en"] h3{letter-spacing:-.012em;line-height:1.24}

/* nav */
.nav{position:sticky;top:0;z-index:20;background:rgba(15,20,25,.97);backdrop-filter:blur(6px);
  display:flex;align-items:center;justify-content:flex-start;padding:13px 28px;color:#fff}
.brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:#fff;flex-shrink:0}
.logo{height:24px;width:auto;display:block}
.navr{display:flex;align-items:center;gap:14px;margin-left:auto}
.lang{display:inline-flex;border:1px solid rgba(255,255,255,.22);border-radius:99px;overflow:hidden}
.lang button{background:transparent;border:0;color:rgba(255,255,255,.62);font:inherit;font-size:13px;
  padding:5px 13px;cursor:pointer;font-family:inherit}
.lang button[aria-pressed="true"]{background:#fff;color:#0F1419;font-weight:600}
.lang-link{display:inline-block;color:rgba(255,255,255,.62);font:inherit;font-size:13px;
  padding:5px 13px;text-decoration:none;font-family:inherit}
.lang-link:hover{color:#fff}
.btn{display:inline-block;text-decoration:none;border-radius:6px;font-weight:600;transition:.15s}
.btn-s{background:rgba(255,255,255,.1);color:#fff;padding:7px 15px;font-size:14px;border:1px solid rgba(255,255,255,.18)}
.btn-s:hover{background:rgba(255,255,255,.18)}
.btn-p{background:var(--gold);color:#191307;padding:14px 26px;font-size:16px}
.btn-p:hover{filter:brightness(1.07)}
.btn-g{border:1px solid rgba(255,255,255,.28);color:#fff;padding:14px 24px;font-size:16px}
.btn-g:hover{background:rgba(255,255,255,.08)}
/* .btn-g is drawn for the dark hero (white border, white text). Reused on a
   light section it renders invisible -- same class of bug as .ticks li. Scope
   it so any light-background instance inherits the readable treatment. */
.sec:not(.dark) .btn-g{border-color:var(--ink);color:var(--ink)}
.sec:not(.dark) .btn-g:hover{background:rgba(15,20,25,.06)}
.btn-g2{border:1px solid var(--ink);color:var(--ink);padding:14px 24px;font-size:16px}
.btn-g2:hover{background:rgba(15,20,25,.06)}
/* header login link — deliberately lower visual weight than .btn-s (Health
   Check), since Health Check is the page's one conversion action. Hidden
   below 760px (see the .navl breakpoint) so it can't recreate the nav-row
   crowding fixed 31 Aug 2026 — the mobile hamburger dropdown carries the
   same link instead (.navl a.mobile-only, below). */
.login-link{color:rgba(255,255,255,.55);text-decoration:none;font-size:13px;font-weight:600;
  padding:6px 2px;transition:.15s}
.login-link:hover{color:#fff}

/* hero */
.hero{background:var(--ink);color:#fff;padding:82px 0 0}
.eyebrow{font-size:13px;letter-spacing:.06em;color:var(--gold);font-weight:600;margin-bottom:20px}
html[data-lang="en"] .eyebrow{font-size:12px;letter-spacing:.19em;text-transform:uppercase}
h1{font-size:clamp(38px,6.1vw,68px);margin-bottom:26px}
html[data-lang="en"] h1{letter-spacing:-.022em}
.lede{font-size:clamp(19px,2.3vw,25px);color:#D6DAE0;max-width:22em;margin-bottom:20px;line-height:1.5}
.sub{font-size:17px;color:#98A2AE;max-width:34em;line-height:1.66}
.cta-row{display:flex;gap:20px;flex-wrap:wrap;margin:38px 0 76px}
.qual{border-top:1px solid rgba(255,255,255,.13);padding-top:20px;padding-bottom:22px;font-size:15px;color:#A7B0BB}
.qual strong{color:#fff}

/* sections */
.sec{padding:84px 0}
.sec.alt{background:var(--paper-2)}
.sec h2{font-size:clamp(27px,3.5vw,40px);margin-bottom:34px}
.sec h2.big{font-size:clamp(28px,4.1vw,48px)}
html[data-lang="en"] .sec h2.big{letter-spacing:-.02em}
.note{margin-top:34px;font-size:17px;color:var(--ink-2);max-width:44em;line-height:1.72}

/* funnel */
.funnel{display:flex;flex-direction:column;gap:9px;max-width:820px}
.f{position:relative;display:flex;align-items:center;gap:14px;background:#fff;border:1px solid var(--line);
  border-left:3px solid var(--accent);border-radius:5px;padding:14px 18px;width:var(--w);min-width:240px}
.f b{font-size:21px;font-variant-numeric:tabular-nums;min-width:64px}
.f span{color:var(--ink-2);font-size:15.5px}
.f i{position:absolute;right:-11px;transform:translateX(100%);white-space:nowrap;font-style:normal;
  font-size:13px;color:#B0342C;font-weight:600}
.f.drop{border-left-color:#B0342C}
.f.last{border-left-color:var(--gold);background:#0F1419;color:#fff}
.f.last span{color:#C3CAD3}

/* four */
.four{display:grid;grid-template-columns:repeat(2,1fr);gap:2px;background:var(--line);border:1px solid var(--line)}
.four>div{background:var(--paper-2);padding:30px 30px 34px}
.four em{font-style:normal;font-size:12px;font-weight:700;letter-spacing:.16em;color:var(--gold)}
.four h3{font-size:22px;margin:9px 0 8px}
.four p{color:var(--ink-2);font-size:16px;max-width:24em}

/* dark statement */
.sec.dark{background:var(--accent);color:#fff}
.sec.dark h2{margin-bottom:36px}
.ticks{list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:14px 34px;max-width:960px}
.ticks li{position:relative;padding-left:26px;color:#C8CFDC;font-size:16px;line-height:1.6}
.ticks li::before{content:"";position:absolute;left:0;top:11px;width:11px;height:2px;background:var(--gold)}
/* .ticks was designed for the dark homepage section (light grey reads fine on
   --accent). Reused on light .sec/.sec.alt backgrounds (About, Product) that
   same grey is nearly invisible — override to a solid, readable tone there. */
.sec:not(.dark) .ticks li{color:var(--ink-2)}
.callout{margin-top:40px;border-left:3px solid var(--gold);padding:18px 0 18px 22px;max-width:46em;
  font-size:18px;color:#E7EBF2;line-height:1.65}
.callout strong{color:#fff}

/* two-col */
.two{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.two p{color:var(--ink-2);margin-bottom:14px;max-width:30em}
.two p.strong{color:var(--ink);font-weight:600}
.split-vis{display:flex;flex-direction:column;gap:18px}
.split-vis .row{display:grid;grid-template-columns:56px 1fr;gap:12px 14px;align-items:center}
.lbl{font-size:12px;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:var(--dim)}
.bar{height:12px;border-radius:99px}
.bar.erp{background:var(--line)}
.bar.sof{background:var(--accent)}
.cap{grid-column:2;font-size:14px;color:var(--dim);margin-top:-4px}

/* role showcase */
.showcase-grid{display:grid;grid-template-columns:1.1fr 1fr 1fr;gap:28px;align-items:end;margin-top:8px}
.showcase-card{display:flex;flex-direction:column;gap:16px}
.showcase-card h3{font-size:18px}
.showcase-card p{color:var(--ink-2);font-size:15px;max-width:26em}
.device{border-radius:14px;background:#fff;overflow:hidden;
  box-shadow:0 1px 2px rgba(15,20,25,.09),0 18px 44px -14px rgba(15,20,25,.34);border:1px solid var(--line)}
.device-desktop{border-radius:10px 10px 6px 6px}
.device-desktop .bezel{background:#E7E4DD;padding:9px 12px;display:flex;gap:6px}
.device-desktop .bezel span{width:9px;height:9px;border-radius:99px;background:#C9C5BB;display:block}
.device-phone{border:6px solid #12141A;border-radius:26px;max-width:272px;margin:0 auto}
.device img{display:block;width:100%;height:auto}

.feat-list{margin:0}
.mock-row{margin-bottom:40px}
.mock-row:last-child{margin-bottom:0}
/* mock-hero: Stakeholder card (left) / feature list (middle) / Agent card
   (right). Each card's figcaption sits in grid row 1 and its image in row
   2 -- both figcaptions share the same row, which auto-sizes to whichever
   caption is taller, so the two images always start at the same line no
   matter how the copy changes later (no calibrated min-height to go stale). */
.mock-hero{display:grid;grid-template-columns:1fr .78fr 1fr;grid-template-rows:auto auto;
  column-gap:36px;row-gap:16px;align-items:start;margin-bottom:40px}
.mock-hero-card{display:flex;flex-direction:column}
.mock-hero .mh-left,.mock-hero .mh-right{display:contents}
.mock-hero .mh-left figcaption{grid-column:1;grid-row:1}
.mock-hero .mh-left img{grid-column:1;grid-row:2}
.mock-hero .mh-mid{grid-column:2;grid-row:1 / span 2;padding-top:2px}
.mock-hero .mh-mid .ticks{grid-template-columns:1fr}
.mock-hero .mh-right figcaption{grid-column:3;grid-row:1}
.mock-hero .mh-right img{grid-column:3;grid-row:2}
.mock-hero-card figcaption{margin-bottom:16px}
.mock-hero-card h3{font-size:19px}
.mock-hero-card figcaption p{color:var(--ink-2);font-size:15px;margin:4px 0 0;max-width:26em}
.mock-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.mock-card{background:transparent;border-radius:16px;padding:0;margin:0}
.mock-card img{display:block;width:100%;height:auto;border-radius:6px}
/* 1 Sep 2026: was 1fr 3fr, tuned to give a wide landscape screenshot most of
   the row -- rebalanced now that the manager mockup is a portrait image
   capped to its own max-width (see .mock-card-manager below) rather than
   stretching to fill this column. */
.mock-grid-manager{grid-template-columns:1.15fr 1fr;align-items:center;gap:28px}
.mock-manager-text{display:flex;flex-direction:column;justify-content:center;gap:10px}
.mock-manager-text h3{font-size:19px}
.mock-manager-text p{color:var(--ink-2);font-size:15px;margin:0}
.mock-manager-text p+p{margin-top:12px}
.mock-manager-text strong{color:var(--ink);font-weight:600}

/* paper band */
.paperband{background:var(--paper-2)}
.rev figure{order:2}
.paper img{width:100%;max-width:420px;display:block;background:#fff;
  box-shadow:0 1px 2px rgba(15,20,25,.09),0 18px 44px -14px rgba(15,20,25,.34);border:1px solid var(--line)}

/* cta */
.sec.cta{background:var(--ink);color:#fff;text-align:center;padding:100px 0}
.sec.cta .lede{margin:0 auto 16px;max-width:30em}
.sec.cta .sub{margin:0 auto 36px}
.big-btn{padding:17px 34px;font-size:17px}

/* foot */
.foot{background:#0A0D11;color:#fff;padding:38px 0;font-size:14px}
.foot .wrap{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}
.foot .foot-brand{display:flex;align-items:flex-start;gap:12px}
.foot .ring-mark{width:28px;height:28px;flex-shrink:0;margin-top:2px}
.dim{color:#7A838F}

@media (max-width:860px){
  .two,.four,.ticks{grid-template-columns:1fr}
  .two{gap:40px}
  .rev figure{order:0}
  .sec{padding:60px 0}
  .f{flex-wrap:wrap;row-gap:2px}
  .f i{position:static;transform:none;display:block;flex-basis:100%;width:100%;
    white-space:normal;margin:4px 0 0;padding-left:0}
  .paper img{max-width:100%}
  .showcase-grid{grid-template-columns:1fr;gap:44px;max-width:340px;margin-left:auto;margin-right:auto}
  .device-desktop{max-width:100%}
  .mock-hero{display:block}
  .mock-hero .mh-left,.mock-hero .mh-right{display:flex;flex-direction:column;
    max-width:360px;margin:0 auto 48px;width:100%}
  .mock-hero .mh-left figcaption,.mock-hero .mh-right figcaption{grid-column:auto;grid-row:auto}
  .mock-hero .mh-left img,.mock-hero .mh-right img{grid-column:auto;grid-row:auto}
  .mock-hero .mh-mid{grid-column:auto;grid-row:auto;max-width:360px;margin:0 auto 48px;width:100%;padding-top:0}
  .mock-hero-card figcaption{min-height:0}
  .mock-grid-manager{grid-template-columns:1fr;gap:16px}
}

@media (max-width:480px){
  .nav{padding:10px 16px}
  .navr{gap:8px}
  .logo{height:18px}
  .lang button{padding:6px 10px;font-size:12px}
  .lang-link{padding:6px 10px;font-size:12px}
  .btn-s{padding:6px 10px;font-size:12px}
}

/* cross-page nav links — added when the site grew past a single page */
.navl{display:flex;gap:28px;margin-left:36px}
.navl a{color:rgba(255,255,255,.68);text-decoration:none;font-size:14px;font-weight:600;
  padding:8px 2px;border-bottom:2px solid transparent}
.navl a:hover,.navl a.on{color:#fff;border-bottom-color:var(--gold)}
/* Login is desktop-hidden here (shown instead via .login-link in the nav
   bar) and only revealed inside the mobile dropdown, see the 760px query. */
.navl a.mobile-only{display:none}

/* mobile menu — hamburger toggle + dropdown panel, since .navl hides below 760px */
.hamb{display:none;flex-direction:column;justify-content:center;gap:5px;width:30px;height:26px;
  background:transparent;border:0;cursor:pointer;padding:0;flex-shrink:0}
.hamb span{display:block;height:2px;width:100%;background:#fff;border-radius:2px;transition:.2s}
.hamb[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.hamb[aria-expanded="true"] span:nth-child(2){opacity:0}
.hamb[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

@media (max-width:760px){
  .navl{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;gap:0;
    margin:0;background:#12161D;border-top:1px solid rgba(255,255,255,.12);
    box-shadow:0 12px 24px rgba(0,0,0,.25)}
  .navl.open{display:flex}
  .navl a{padding:15px 24px;font-size:15.5px;border-bottom:1px solid rgba(255,255,255,.08)}
  .navl a:last-child{border-bottom:0}
  .navl a.mobile-only{display:block}
  .login-link{display:none}
  .hamb{display:flex}
}

/* footer link row */
.footlinks{display:flex;gap:16px;margin-top:6px}
.footlinks a{color:#9AA3AE;text-decoration:none;font-size:13px}
.footlinks a:hover{color:#fff}

/* simple data table — automated/manual, pricing tiers as rows on mobile-narrow layouts */
.tbl{width:100%;border-collapse:collapse;max-width:820px}
.tbl th,.tbl td{text-align:left;padding:12px 16px;border-bottom:1px solid var(--line);font-size:15.5px;vertical-align:top}
.tbl th{font-size:12.5px;font-weight:700;color:var(--dim);border-bottom:2px solid var(--ink)}
html[data-lang="en"] .tbl th{letter-spacing:.07em;text-transform:uppercase}
.tbl td.dim{color:var(--dim)}

/* pricing tiers */
.pricing-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.pricing-grid>div{background:#fff;border:1px solid var(--line);border-radius:18px;
  box-shadow:0 10px 28px -20px rgba(18,32,65,.28);padding:30px 24px 26px;min-height:480px;
  display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px}
.pricing-grid .tier{font-size:12px;font-weight:700;letter-spacing:.08em;color:var(--gold)}
html[data-lang="en"] .pricing-grid .tier{text-transform:uppercase}
.pricing-grid .seats{color:var(--ink-2);font-size:15px;font-weight:600;font-variant-numeric:tabular-nums;
  font-family:"Noto Sans Bengali","Hind Siliguri",ui-sans-serif,system-ui,sans-serif}
.pricing-grid .price{font-size:31px;font-weight:700;margin:10px 0 0;font-variant-numeric:tabular-nums;
  font-family:"Noto Sans Bengali","Hind Siliguri",ui-sans-serif,system-ui,sans-serif}
/* Hind Siliguri's বাংলা ১ glyph reads as near-identical to ৮ at these sizes
   (confirmed with a side-by-side render) — Noto Sans Bengali draws a clean,
   unambiguous ১ instead. This used to be the only fix (scoped to these
   numeral-heavy spots), but the bug kept showing up anywhere else a Bengali
   digit appeared (funnel numbers, CTA team-count buttons, pricing's custom
   tier, etc). It's now fixed globally instead: index.html's font block
   layers two extra @font-face rules under the SAME "Hind Siliguri" family
   name, restricted to unicode-range U+09E6-09EF (the Bengali digit block)
   and sourced from this same Noto Sans Bengali data — so every Bengali digit
   site-wide renders unambiguously without any selector needed. The explicit
   font-family overrides below are now redundant but left in place as a
   harmless belt-and-braces. */
.pricing-grid .per{font-size:12.5px;color:var(--dim);font-weight:400;display:block;margin-top:2px}
.pricing-grid .fee-note{font-size:12.5px;color:var(--ink-2);border-top:1px solid var(--line);padding-top:10px;margin-top:10px;line-height:1.5}
.pricing-grid .fee-note+.fee-note{border-top:0;padding-top:0;margin-top:0}
.custom-tier{margin-top:30px;border:1px solid var(--line);border-radius:14px;padding:20px 26px;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}
.custom-tier p{color:var(--ink-2);font-size:15px}
@media (max-width:860px){.pricing-grid{grid-template-columns:1fr}}

/* blog hub */
.pillar-tabs{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:30px}
.pillar-tabs span{font-size:13px;font-weight:600;color:var(--ink-2);border:1px solid var(--line);border-radius:99px;padding:7px 15px}
.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.blog-icon{width:46px;height:46px;border-radius:10px;background:var(--paper-2);border:1px solid var(--line);display:flex;align-items:center;justify-content:center;color:var(--gold);margin-bottom:14px}
.blog-icon svg{width:23px;height:23px}
.blog-card.cta-card .blog-icon{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.22)}
.blog-card{border:1px solid var(--line);border-radius:7px;padding:22px;background:#fff}
.blog-card .pillar{font-size:11px;font-weight:700;letter-spacing:.08em;color:var(--gold)}
html[data-lang="en"] .blog-card .pillar{text-transform:uppercase}
.blog-card h2{font-size:17px;margin:9px 0 8px;line-height:1.35}
.blog-card p{color:var(--ink-2);font-size:14px;line-height:1.55}
.blog-card.cta-card{background:var(--ink);color:#fff;display:flex;flex-direction:column;justify-content:center;gap:10px}
.blog-card.cta-card p{color:#C3CAD3}
@media (max-width:860px){.blog-grid{grid-template-columns:1fr}}

/* contact channels */
.channels{display:flex;flex-direction:column;gap:12px;max-width:440px}
.channel{display:block;border:1px solid var(--line);border-radius:7px;padding:16px 18px;text-decoration:none;color:var(--ink);background:#fff}
.channel:hover{border-color:var(--accent)}
.channel .lbl2{font-size:12px;color:var(--dim);font-weight:600}
html[data-lang="en"] .channel .lbl2{text-transform:uppercase;letter-spacing:.06em}
.channel .val{font-weight:700;font-size:17px;margin-top:3px}
.addr-block{margin-top:28px;color:var(--ink-2);font-size:15px;line-height:1.7}
.addr-block strong{color:var(--ink);display:block;margin-bottom:4px}

.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}
.contact-map{border:1px solid var(--line);border-radius:10px;overflow:hidden}
.contact-map iframe{display:block;width:100%;height:360px;border:0}
@media (max-width:860px){.contact-grid{grid-template-columns:1fr}}

/* long-form prose — About extra copy, Privacy, Terms */
.prose{max-width:680px}
.prose h2{font-size:21px;margin:38px 0 12px}
.prose h2:first-child{margin-top:0}
.prose h3{font-size:16px;margin:26px 0 8px}
.prose p{color:var(--ink-2);margin-bottom:13px;line-height:1.72;font-size:15.5px}
.prose p.strong{color:var(--ink);font-weight:600}
.prose .draftnote{background:#FFF7E6;border:1px solid #FFD591;border-radius:6px;padding:14px 18px;color:#874D00;font-size:14px;line-height:1.6;margin-bottom:32px}
.ph{background:#FFF7E6;border:1px dashed #D68F00;border-radius:4px;padding:1px 7px;color:#874D00;font-size:.94em}

/* Sales Health Check — Q1 embedded on the homepage CTA */
.hc-embed{margin-top:26px;padding-top:22px;border-top:1px solid rgba(255,255,255,.18)}
.hc-embed-q{color:#fff;font-weight:600;font-size:15px;margin-bottom:12px}
.hc-embed-opts{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}
.hc-embed-opt{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.28);color:#fff;
  padding:12px 20px;border-radius:6px;font:inherit;font-size:14.5px;font-weight:600;cursor:pointer;
  min-height:48px;transition:.15s}
.hc-embed-opt:hover{background:rgba(255,255,255,.18)}

/* Sales Health Check — the interactive quiz page */
.hc-progress{height:4px;background:var(--line);border-radius:99px;margin-bottom:32px;overflow:hidden}
.hc-progress-bar{height:100%;background:var(--gold);width:0;transition:width .3s}
.hc-back{display:inline-block;color:var(--dim);font-size:14px;text-decoration:none;margin-bottom:14px}
.hc-back:hover{color:var(--ink)}
.hc-q h2{font-size:22px;margin-bottom:22px}
.hc-opt{display:block;width:100%;text-align:left;padding:15px 20px;margin-bottom:10px;min-height:48px;
  border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink);
  font:inherit;font-size:16px;cursor:pointer;transition:.15s}
.hc-opt:hover{border-color:var(--gold);background:#FFFBF2}
.hc-result h2{font-size:24px;margin-bottom:18px}
.hc-buckets{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}
.hc-bucket{background:var(--paper-2);border-radius:8px;padding:14px 18px;font-size:15.5px}
.hc-bucket strong{font-size:20px;color:var(--accent);margin-right:6px;font-variant-numeric:tabular-nums;
  font-family:"Noto Sans Bengali","Hind Siliguri",ui-sans-serif,system-ui,sans-serif}
.hc-headline,.hc-print-report{font-family:inherit}
.hc-headline strong,.hc-print-report strong{font-family:"Noto Sans Bengali","Hind Siliguri",ui-sans-serif,system-ui,sans-serif}
.hc-headline{font-size:18px;margin:18px 0}
.hc-headline strong{color:var(--gold)}
.hc-strong{font-weight:600;color:var(--ink)}
.hc-sec-label{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--dim);margin:26px 0 10px}
html:not([data-lang="en"]) .hc-sec-label{text-transform:none;letter-spacing:0;font-size:14px}
.hc-metric{display:flex;justify-content:space-between;align-items:baseline;gap:16px;padding:12px 0;border-bottom:1px solid var(--line)}
.hc-metric:last-child{border-bottom:0}
.hc-metric span{color:var(--ink-2);font-size:15px}
.hc-metric b{font-size:19px;white-space:nowrap;font-variant-numeric:tabular-nums}
.hc-findings{margin:20px 0;padding:16px 18px;background:var(--paper-2);border-radius:8px}
.hc-findings p{margin-bottom:8px;font-size:14.5px;color:var(--ink-2)}
.hc-findings p:last-child{margin-bottom:0}
.hc-assume{font-size:13.5px;color:var(--dim);border-top:1px solid var(--line);padding-top:14px;margin:20px 0;line-height:1.6}
.hc-freebie{background:#FFF7E6;border:1px solid #FFD591;border-radius:8px;padding:14px 18px;color:#874D00;font-size:14.5px;margin-bottom:20px}
.hc-form-wrap{background:var(--paper-2);border-radius:10px;padding:22px;margin-top:24px}
.hc-form-wrap h3{font-size:17px;margin-bottom:6px}
.hc-form-note{font-size:13.5px;color:var(--dim);line-height:1.55;margin-bottom:14px}
#hcForm,.lead-form{display:flex;flex-direction:column;gap:10px}
/* display:flex above beats the [hidden] attribute's display:none, so the
   form stayed on screen under the thank-you after a successful submit. */
.lead-form[hidden]{display:none}
#hcForm input,#hcForm select,.lead-form input,.lead-form select{padding:12px 14px;border:1px solid var(--line);border-radius:6px;font:inherit;font-size:15px;
  background:#fff;color:var(--ink);width:100%;-webkit-appearance:none;appearance:none}
#hcForm select,.lead-form select{background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath fill='%236B7480' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat:no-repeat;background-position:right 14px center;background-size:11px;padding-right:38px}
#hcForm select:invalid,.lead-form select:invalid{color:var(--dim)}
#hcForm input:focus,#hcForm select:focus,.lead-form input:focus,.lead-form select:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px rgba(197,160,89,.18)}

/* Standalone lead form — contact.html #details. Added 16 Sep 2026; see the
   note above LEAD_ROLES in build_pages.py for why the site now has one. */
/* Left-aligned rather than centred, so the block lines up with the hero
   above it and the contact grid below instead of floating in the middle. */
.lead-block{max-width:560px}

/* Pilot modal — contact.html. Asks who is asking before showing how the
   7-day pilot works. Dismissible; see PILOT_MODAL_SCRIPT for why. */
.pmodal{position:fixed;inset:0;z-index:200;display:flex;align-items:center;justify-content:center;padding:20px}
.pmodal[hidden]{display:none}
.pmodal-back{position:absolute;inset:0;background:rgba(10,14,18,.66);backdrop-filter:blur(2px)}
.pmodal-box{position:relative;background:var(--paper);border-radius:14px;padding:30px;width:100%;max-width:470px;
  max-height:calc(100vh - 40px);overflow-y:auto;box-shadow:0 24px 60px rgba(0,0,0,.35);animation:pmodal-in .18s ease-out}
@keyframes pmodal-in{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}
.pmodal-box h3{font-size:21px;margin:0 0 8px;line-height:1.3}
.pmodal-note{font-size:14px;color:var(--ink-2);line-height:1.6;margin:0 0 18px}
.pmodal-box .lead-card{background:none;border:0;padding:0}
.pmodal-x{position:absolute;top:12px;right:14px;background:none;border:0;font-size:26px;line-height:1;
  color:var(--dim);cursor:pointer;padding:4px 8px;border-radius:6px}
.pmodal-x:hover{color:var(--ink);background:rgba(15,20,25,.06)}
.pmodal-skip{display:block;width:100%;margin-top:14px;background:none;border:0;font:inherit;font-size:13.5px;
  color:var(--dim);text-decoration:underline;text-underline-offset:3px;cursor:pointer;padding:6px}
.pmodal-skip:hover{color:var(--ink-2)}
@media(max-width:600px){.pmodal{padding:12px}.pmodal-box{padding:24px 20px}.pmodal-box h3{font-size:19px}}
.lead-card{background:var(--paper-2);border:1px solid var(--line);border-radius:12px;padding:26px}
.lead-form label{display:block}
.lead-form .lf-l{display:block;font-size:13px;font-weight:600;color:var(--ink-2);margin-bottom:5px;letter-spacing:.01em}
.lead-privacy{font-size:12.5px;color:var(--dim);line-height:1.55;margin:8px 0 0}
.lead-done strong{display:block;font-size:19px;margin-bottom:8px}
.lead-done p{font-size:14.5px;color:var(--ink-2);line-height:1.6;margin:0}
@media(max-width:600px){.lead-card{padding:20px}}
.hc-next{margin-top:22px;font-size:14.5px;color:var(--ink-2);line-height:1.6}
.hc-next .strong{color:var(--ink);font-weight:600;display:block;margin-bottom:6px}

/* printable one-page report, same discipline as the dashboard reports */
.hc-print-report{background:#fff;border:1px solid var(--line);border-radius:8px;padding:28px}
.hc-print-head{font-size:13px;color:var(--dim);border-bottom:2px solid var(--ink);padding-bottom:10px;margin-bottom:16px}
.hc-print-table{width:100%;border-collapse:collapse;margin:16px 0;font-size:13.5px}
.hc-print-table td{padding:7px 8px;border-bottom:1px solid var(--line);vertical-align:top}
.hc-print-table td:first-child{color:var(--dim);width:55%}
.hc-print-foot{font-size:13.5px;color:var(--ink-2);margin-top:10px}
.hc-print-actions{margin-top:20px}
@media print{
  .nav,.foot,.sec.cta,.hc-print-actions,.no-print{display:none!important}
  .hc-print-report{border:0;padding:0}
}

/* ============================================================
   Homepage content-gap pass, 30 August 2026 — additive only.
   Nothing above this line was changed. New classes for: the
   problem-section checklist, the "how it works" step visual, the
   six concrete-capability cards, the role "question" hooks, the
   illustrative manager dashboard (replaces the manager screenshot
   in .mock-card-desktop), and the Health Check intro on the CTA.
   ============================================================ */

/* problem section: control framing + red-x checklist, beside the existing funnel */
.problem-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start;margin-top:8px}
.problem-copy h3{font-size:24px;margin-bottom:14px;line-height:1.35}
.problem-copy>p{color:var(--ink-2);font-size:16px;line-height:1.7;margin-bottom:4px}
.x-list{list-style:none;display:flex;flex-direction:column;gap:0;margin-top:20px;max-width:32em}
.x-list li{position:relative;padding:11px 0 11px 28px;color:var(--ink-2);font-size:15.5px;line-height:1.5;border-bottom:1px solid var(--line)}
.x-list li:last-child{border-bottom:0}
.x-list li::before{content:"\2715";position:absolute;left:0;top:11px;color:#B0342C;font-weight:700;font-size:13px}
@media (max-width:860px){.problem-grid{grid-template-columns:1fr;gap:36px}}

/* how it works — 8 step process */
.steps{display:grid;grid-template-columns:repeat(8,1fr);gap:10px;margin-top:8px}
.step-chip{background:#fff;border:1px solid var(--line);border-top:3px solid var(--gold);border-radius:8px;
  padding:18px 14px;display:flex;flex-direction:column;gap:14px;min-height:104px}
.step-chip em{font-style:normal;font-size:12px;font-weight:700;color:var(--gold);letter-spacing:.06em}
.step-chip span{font-size:14.5px;font-weight:600;color:var(--ink);line-height:1.3}
@media (max-width:1040px){.steps{grid-template-columns:repeat(4,1fr)}}
@media (max-width:560px){.steps{grid-template-columns:repeat(2,1fr)}}

/* concrete capability cards (six) — same visual family as .four, three columns */
.six-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:var(--line);border:1px solid var(--line)}
.six-grid>div{background:#fff;padding:26px 24px 30px}
.six-grid em{font-style:normal;font-size:12px;font-weight:700;letter-spacing:.16em;color:var(--gold)}
.six-grid h3{font-size:18px;margin:10px 0 8px}
.six-grid p{color:var(--ink-2);font-size:15px;max-width:26em;line-height:1.6}
@media (max-width:1040px) and (min-width:861px){.six-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:860px){.six-grid{grid-template-columns:1fr}}

/* role "question" hook, inside the existing showcase figcaptions / manager text */
.role-q{font-weight:700;color:var(--accent);font-size:15.5px;margin:2px 0 8px;line-height:1.4}

/* manager mockup — real portrait screenshot (iPad-framed, transparent PNG
   with its own baked-in bezel, same treatment as mock-agent/mock-stakeholder
   above), replacing the old .dash-illust hand-coded "fake browser window"
   landscape mockup, 1 Sep 2026. The mockup is portrait, not landscape, so
   .mock-grid-manager's column ratio was rebalanced (was 1fr:3fr, tuned for a
   wide desktop screenshot) and the image itself is capped to a moderate
   width and centered in its column instead of stretching to fill it --
   nothing is cropped, the image just renders at its natural aspect ratio. */
.mock-card-manager{display:flex;justify-content:center}
.mock-card-manager img{width:100%;max-width:320px;height:auto;display:block;margin:0 auto}

/* Health Check intro blurb, CTA section, above the team-size picker */
.hc-intro{color:#C8CFDC;font-size:15px;max-width:32em;margin:0 auto 26px;line-height:1.65}

/* ============================================================
   Pricing page content-gap pass, 31 August 2026 — additive only.
   Promise pills under the hero, a "most popular" badge + booking
   CTA + "included" line on each pricing card, and the two-panel
   reassurance section that replaces the old single-line "The
   refund" section. The shared closing CTA (#cta, used site-wide)
   is untouched.
   ============================================================ */
.promise-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}
.promise-pill{display:inline-flex;align-items:center;gap:6px;background:#fff;border:1px solid var(--line);
  border-radius:99px;padding:8px 14px;font-size:13px;color:var(--ink-2)}
.promise-pill b{color:#1F9D55;font-weight:700}

.pricing-grid>div.popular{border:2px solid var(--gold);box-shadow:0 18px 40px -18px rgba(185,138,46,.45);
  position:relative;transform:translateY(-8px)}
.tier-badge{position:absolute;top:-13px;left:50%;transform:translateX(-50%);background:var(--gold);
  color:#191307;border-radius:99px;padding:5px 14px;font-size:10.5px;font-weight:700;letter-spacing:.06em;
  white-space:nowrap}
html[data-lang="en"] .tier-badge{text-transform:uppercase}
.tier-cta{display:block;width:100%;text-align:center;margin-top:18px;padding:11px 0;border-radius:6px;
  font-weight:600;font-size:14px;text-decoration:none}
.tier-cta.primary{background:var(--gold);color:#191307}
.tier-cta.primary:hover{filter:brightness(1.07)}
.tier-cta.secondary{border:1px solid var(--line);color:var(--ink)}
.tier-cta.secondary:hover{border-color:var(--accent)}
.tier-included{text-align:center;font-size:11.5px;color:var(--dim);margin-top:12px}
@media (max-width:860px){.pricing-grid>div.popular{transform:none}}

.reassure-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:stretch;margin-top:8px}
.reassure-panel{border-radius:14px;padding:32px}
.reassure-panel.dark{background:var(--accent);color:#fff}
.reassure-panel.light{background:#fff;border:1px solid var(--line)}
.reassure-panel .eyebrow{margin-bottom:14px}
.reassure-panel h2{font-size:23px;line-height:1.3;margin-bottom:12px}
.reassure-panel>p{font-size:15px;line-height:1.7;color:var(--ink-2)}
.reassure-panel.dark>p{color:#C8CFDC}
.reassure-facts{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:22px}
.reassure-fact{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.14);border-radius:8px;padding:13px 14px}
.reassure-fact strong{display:block;font-size:16.5px}
.reassure-fact span{font-size:11.5px;color:#98A2AE}
.refund-row{display:flex;gap:14px;margin-top:24px;align-items:flex-start}
.refund-icon{width:38px;height:38px;flex:none;border-radius:10px;background:#E7F3EA;color:#227A46;
  display:flex;align-items:center;justify-content:center;font-weight:700}
.refund-row p{margin:2px 0 0;font-size:14.5px;color:var(--ink-2);line-height:1.65}
.refund-row .refund-head{font-weight:700;color:var(--ink);font-size:15px;display:block;margin-bottom:2px}
@media (max-width:860px){.reassure-grid{grid-template-columns:1fr}}

/* About page — founder card, added 31 August 2026 above "Why Sofia was
   built" -- additive only */
.founder-card{display:flex;align-items:center;gap:16px;margin-bottom:22px}
.founder-photo{width:84px;height:84px;border-radius:50%;object-fit:cover;flex:none;
  border:3px solid var(--gold);box-shadow:0 6px 18px -8px rgba(18,32,65,.35)}
.founder-meta{display:flex;flex-direction:column;gap:3px}
.founder-name-row{display:flex;align-items:center;gap:7px}
.founder-name{font-size:16.5px;font-weight:700;color:var(--ink)}
.founder-linkedin{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;
  border-radius:50%;background:#0A66C2;color:#fff;flex:none;transition:opacity .15s}
.founder-linkedin:hover{opacity:.82}
.founder-title{font-size:13px;color:var(--dim);font-weight:600;letter-spacing:.02em}
@media (max-width:560px){.founder-photo{width:64px;height:64px;border-width:2px}
  .founder-name{font-size:15px}.founder-title{font-size:12px}.founder-linkedin{width:19px;height:19px}}

/* Founder's Talk band — homepage. Reuses the About page's .founder-card,
   set beside a column of his own words. Stacks on narrow screens. */
.founder-band-grid{display:grid;grid-template-columns:230px 1fr;gap:40px;align-items:start}
.founder-band .founder-card{flex-direction:column;align-items:flex-start;gap:14px;margin-bottom:0;width:100%}
/* The photo fills its column instead of sitting at a fixed 132px, which left
   it narrower than the name beneath it -- 132 against 213 in English, a
   visibly ragged left edge. Filling the column makes the photo, the name and
   the title share one edge on both sides. */
.founder-band .founder-photo{width:100%;height:auto;aspect-ratio:1/1;border-radius:10px;
  object-fit:cover;border:1px solid var(--line)}
.founder-band .eyebrow{margin-bottom:14px}
.founder-words{max-width:40em}
.founder-quote{font-size:19px;line-height:1.62;color:var(--ink-2);margin-bottom:16px}
.founder-quote.strong{color:var(--ink);font-weight:600}
.founder-more{color:var(--accent);font-weight:600;font-size:15px;text-decoration:none;
  border-bottom:1px solid rgba(18,32,65,.28);padding-bottom:1px}
.founder-more:hover{border-bottom-color:var(--accent)}
@media(max-width:820px){
  .founder-band-grid{grid-template-columns:1fr;gap:24px}
  /* stacked, the column is the full page width -- cap the photo so it doesn't
     become a full-bleed portrait */
  .founder-band .founder-card{width:auto}
  /* wide enough to cover the name row beneath it here too -- 193px in English */
  .founder-band .founder-photo{width:200px}
  .founder-quote{font-size:17px}
}
