/* ==========================================================================
   Rosmerta Logistics · Compliance Intelligence: public pages (website, sign-in, error)
   Visual idea: Indian highway vernacular. Barlow (drawn from vehicle plates and
   road signage) for type; yellow lane markings as the connective device; the
   four official datasets as lanes merging into one compliance view. Palette: Rosmerta
   blue #264291 (deep sections in its darker shades) with yellow #DFB001 as the
   accent; text on yellow is dark (--rl-on-gold). Tokens come from site.css.
   ========================================================================== */

.public-body {
    --ln-ink: var(--rl-navy-900);          /* #13234f  headings on light */
    --ln-ink-deep: var(--rl-navy-950);     /* #0b1633  deepest bands */
    --ln-navy: var(--rl-navy);             /* #264291  brand blue */
    --ln-navy-700: var(--rl-navy-700);     /* #1f377c */
    --ln-navy-800: var(--rl-navy-800);     /* #192d68 */
    --ln-blue: var(--rl-blue-500);         /* #3a60c9 */
    --ln-blue-deep: var(--rl-blue);        /* #2d4fa8 */
    --ln-gold: var(--rl-gold);             /* #dfb001  accent */
    --ln-gold-400: var(--rl-gold-400);     /* #f0c419  accent on dark */
    --ln-gold-600: var(--rl-gold-600);     /* #b08b00  graphics on light */
    --ln-gold-ink: #7d6300;                /* yellow family, text-safe on light */
    --ln-on-gold: var(--rl-on-gold);       /* #1a1400 */
    --ln-concrete: #eef1f8;
    --ln-rule: #dde3ef;
    --ln-text: #0f172a;
    --ln-text-2: #334155;
    --ln-muted: #55627a;
    --ln-on-dark: #eef2fb;
    --ln-on-dark-2: #bcc7e3;
    --ln-on-dark-3: #93a2c6;
    /* Dataset lanes: distinct, tuned to sit on the brand blues */
    --ln-sarathi: #93b1ff;
    --ln-vahan: #62d6c6;
    --ln-echallan: #f6a45f;
    --ln-fastag: #c7b8fd;
    --ln-dash: rgba(223, 176, 1, .9);      /* lane-marking dashes */
    --ln-display: "Barlow Condensed", "Barlow", "Arial Narrow", system-ui, sans-serif;
    --ln-body: "Barlow", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    --ln-nav-h: 68px;
    --ln-gutter: 24px;

    font-family: var(--ln-body);
    font-size: 1.1333rem; /* 17px on the 15px root */
    line-height: 1.6;
    color: var(--ln-text);
    background: #fff;
}
html { scroll-padding-top: 76px; }
@media (prefers-reduced-motion: no-preference) { html { scroll-behavior: smooth; } }

.public-body :is(h1, h2, h3) { font-family: var(--ln-display); letter-spacing: 0; text-wrap: balance; }
.public-body :is(h4, h5, h6) { font-family: var(--ln-body); letter-spacing: 0; }
.public-body p { text-wrap: pretty; }
.public-body a { text-underline-offset: .18em; }
.public-body .btn { font-family: var(--ln-body); font-weight: 600; letter-spacing: .01em; }

.ln-wrap { width: 100%; max-width: 1280px; margin: 0 auto; padding-inline: var(--ln-gutter); }

.ln-skip { position: fixed; left: 1rem; top: 1rem; z-index: 2000; padding: .6rem 1rem; border-radius: 8px; background: #fff; color: var(--ln-ink); font-weight: 600; box-shadow: var(--rl-shadow-lg); }
.ln-skip:not(:focus) { width: 1px; height: 1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }

/* ── Navigation ────────────────────────────────────────────────────────── */
.ln-nav { position: fixed; inset: 0 0 auto 0; z-index: 1030; height: var(--ln-nav-h); color: #fff; border-bottom: 1px solid transparent; transition: background-color .25s ease, border-color .25s ease, box-shadow .25s ease; }
.ln-nav.is-scrolled, .ln-nav.is-solid, .ln-nav.is-open { background: rgba(19, 35, 79, .95); border-bottom-color: rgba(255, 255, 255, .08); box-shadow: 0 10px 30px -18px rgba(0, 0, 0, .6); backdrop-filter: saturate(1.3) blur(10px); }
.ln-nav-inner { height: 100%; display: flex; align-items: center; gap: 1.5rem; }
.ln-brand { display: inline-flex; align-items: center; gap: .7rem; color: #fff; flex: none; }
.ln-brand:hover { color: #fff; }
.ln-brand .brand-mark { width: 38px; height: 38px; border-radius: 10px; font-size: 1.15rem; }
.ln-brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.ln-brand-name { font-family: var(--ln-display); font-weight: 700; font-size: 1.32rem; letter-spacing: .01em; }
.ln-brand-sub { font-size: .78rem; font-weight: 500; color: #b3c0e0; letter-spacing: .02em; }
.ln-links { display: flex; align-items: center; gap: .15rem; margin-left: auto; }
.ln-links a { position: relative; color: #ccd6ee; font-weight: 500; font-size: 1rem; padding: .45rem .8rem; border-radius: 8px; transition: color .15s, background-color .15s; }
.ln-links a:hover { color: #fff; background: rgba(255, 255, 255, .08); }
.ln-links a.is-active { color: #fff; }
.ln-links a.is-active::after { content: ""; position: absolute; left: .8rem; right: .8rem; bottom: .1rem; height: 2px; border-radius: 2px; background: var(--ln-gold); }
.ln-nav-cta { display: flex; align-items: center; gap: .5rem; }
.ln-nav-cta .btn-sm { padding: .45rem .95rem; font-size: .95rem; border-radius: 9px; }
.ln-menu-btn { display: none; width: 40px; height: 40px; border-radius: 10px; border: 1px solid rgba(255, 255, 255, .2); background: transparent; color: #fff; font-size: 1.35rem; align-items: center; justify-content: center; }
.ln-menu-btn:hover { background: rgba(255, 255, 255, .08); }
:is(.ln-nav, .ln-hero, .ln-contact, .ln-footer, .auth-brand, .auth-brand-top, .auth-brand-detail, .err-sign) :focus-visible { outline: 3px solid rgba(240, 196, 25, .9); outline-offset: 3px; }

/* ── Buttons ───────────────────────────────────────────────────────────── */
.ln-btn-ghost { color: #fff; background: transparent; border: 1px solid rgba(255, 255, 255, .32); }
.ln-btn-ghost:hover, .ln-btn-ghost:focus-visible { color: #fff; background: rgba(255, 255, 255, .08); border-color: rgba(255, 255, 255, .6); }
.public-body .btn-lg { font-size: 1.1rem; padding: .8rem 1.35rem; border-radius: 11px; }

/* Sandbox marker (FASTag + payments): one small pill, same language as the app */
.ln-sandbox { display: inline-flex; align-items: center; font-family: var(--rl-font); font-size: .66rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; line-height: 1.2; white-space: nowrap; vertical-align: middle; color: var(--ln-navy); background: var(--rl-blue-50); border: 1px dashed #9fb2e0; border-radius: 999px; padding: .18rem .55rem; }

/* ── Hero ──────────────────────────────────────────────────────────────── */
.ln-hero {
    position: relative; overflow: hidden; color: var(--ln-on-dark);
    padding: calc(var(--ln-nav-h) + 4rem) 0 4.5rem;
    background: var(--ln-navy);
}
.ln-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) 664px; gap: 2.75rem; align-items: center; }
.ln-kicker { display: inline-flex; align-items: baseline; gap: .6rem; margin: 0 0 1.1rem; font-weight: 600; font-size: 1rem; letter-spacing: .02em; color: var(--ln-gold-400); }
.ln-kicker::before { content: ""; flex: none; align-self: flex-start; margin-top: .72em; width: 28px; height: 3px; border-radius: 2px; background: repeating-linear-gradient(90deg, var(--ln-gold) 0 8px, transparent 8px 12px); }
.ln-display { font-size: clamp(3.1rem, .3rem + 4.6vw, 4.75rem); font-weight: 700; line-height: .95; color: #fff; margin: 0 0 1.5rem; }
.ln-display > span { display: block; white-space: nowrap; }
.ln-display > span + span { color: var(--ln-gold-400); white-space: normal; text-wrap: balance; }
.ln-lede { font-size: 1.22rem; line-height: 1.6; color: var(--ln-on-dark-2); max-width: 33em; margin: 0 0 2rem; }
.ln-cta { display: flex; flex-wrap: wrap; gap: .75rem; margin-bottom: 2rem; }
.ln-hero-note { display: flex; align-items: flex-start; gap: .7rem; max-width: 32em; margin: 0; font-size: .98rem; color: var(--ln-on-dark-3); }
.ln-live-dot { flex: none; width: 9px; height: 9px; margin-top: .5rem; border-radius: 50%; background: #22c55e; box-shadow: 0 0 0 4px rgba(34, 197, 94, .18); }

/* Hero exhibit: 4 dataset lanes → Compliance Intelligence hub → 3 product views */
.ln-hero-visual { position: relative; min-width: 0; }
.hx { --hx-src-w: 136px; --hx-stack-w: 344px; --hx-h: 520px; position: relative; height: var(--hx-h); }
.hx-sources { position: absolute; left: 0; top: 0; bottom: 0; width: var(--hx-src-w); display: flex; flex-direction: column; justify-content: space-around; z-index: 2; }
.hx-src { display: flex; align-items: center; gap: .6rem; padding: .45rem .55rem; border-radius: 12px; background: rgba(255, 255, 255, .05); border: 1px solid rgba(255, 255, 255, .1); }
.hx-src-icon { width: 34px; height: 34px; flex: none; display: grid; place-items: center; border-radius: 9px; font-size: 1.05rem; color: var(--lane); background: color-mix(in srgb, var(--lane) 16%, transparent); }
.hx-src-text { display: flex; flex-direction: column; line-height: 1.1; min-width: 0; }
.hx-src-text b { font-family: var(--ln-display); font-weight: 600; font-size: 1.15rem; color: #fff; }
.hx-src-text small { font-size: .74rem; color: var(--ln-on-dark-3); white-space: nowrap; }

.hx-lanes { position: absolute; top: 0; bottom: 0; left: var(--hx-src-w); width: calc(100% - var(--hx-src-w) - var(--hx-stack-w)); height: 100%; overflow: visible; z-index: 1; }
.hx-lane, .hx-flow, .hx-branch { fill: none; vector-effect: non-scaling-stroke; stroke-linecap: round; }
.hx-lane { stroke: var(--lane); stroke-opacity: .32; stroke-width: 2; }
.hx-flow { stroke: var(--lane); stroke-width: 2.5; stroke-dasharray: 1.5 5.5; }
.hx-branch { stroke: rgba(255, 255, 255, .42); stroke-width: 1.5; stroke-dasharray: 3 3; }

.hx-hub { position: absolute; z-index: 3; top: 50%; left: calc(var(--hx-src-w) + (100% - var(--hx-src-w) - var(--hx-stack-w)) * .5667); width: 60px; height: 60px; transform: translate(-50%, -50%); display: grid; place-items: center; border-radius: 50%; background: var(--ln-navy); border: 2px solid rgba(255, 255, 255, .75); box-shadow: 0 0 0 6px var(--ln-navy-800); }
.hx-hub-ring { position: absolute; inset: -12px; border-radius: 50%; border: 1px dashed rgba(240, 196, 25, .65); }
.hx-hub-label { display: grid; place-items: center; font-size: 1.5rem; line-height: 1; color: var(--ln-gold-400); }

.hx-stack { position: absolute; top: 0; right: 0; bottom: 0; width: var(--hx-stack-w); display: flex; flex-direction: column; gap: 14px; z-index: 2; }
.hx-card { font-family: var(--rl-font); background: #fff; color: var(--rl-text); border-radius: 14px; border: 1px solid rgba(255, 255, 255, .7); box-shadow: 0 1px 0 rgba(255, 255, 255, .4) inset, 0 26px 50px -22px rgba(0, 0, 0, .65); overflow: hidden; }
.hx-card-head { display: flex; align-items: center; justify-content: space-between; gap: .5rem; padding: .6rem .85rem; border-bottom: 1px solid var(--rl-border); }
.hx-card-title { display: inline-flex; align-items: center; gap: .4rem; font-family: var(--rl-font-display); font-weight: 700; font-size: .8rem; color: var(--rl-text); }
.hx-card-title i { color: var(--ln-navy); }
.hx-card .src-badge { font-size: .6rem; padding: .18rem .45rem; }

.hx-driver { height: 190px; display: flex; flex-direction: column; }
.hx-driver-body { flex: 1; display: flex; gap: .8rem; align-items: center; padding: .7rem .85rem; }
.hx-driver-info { min-width: 0; }
.hx-driver-name { display: flex; align-items: center; gap: .45rem; font-weight: 700; font-size: .9rem; line-height: 1.2; }
.hx-driver-name .risk-badge { font-size: .6rem; padding: .2rem .45rem; border-radius: 6px; }
.hx-driver .score-ring > span { font-size: 1.3rem; }
.hx-driver-meta { font-size: .72rem; color: var(--rl-muted); margin: .1rem 0 .45rem; }
.hx-offences { display: flex; flex-wrap: wrap; gap: .25rem; }
.hx-offences span { font-size: .64rem; font-weight: 500; color: var(--rl-text-2); background: #f1f5f9; border-radius: 5px; padding: .12rem .38rem; white-space: nowrap; }
.hx-offences b { font-weight: 700; color: #b91c1c; margin-left: .15rem; }
.hx-card-foot { display: flex; align-items: center; justify-content: space-between; gap: .5rem; padding: .5rem .85rem; font-size: .68rem; color: var(--rl-muted); background: var(--rl-surface-2); border-top: 1px solid var(--rl-border); }
.hx-card-foot i { color: var(--ln-navy); margin-right: .3rem; }
.hx-foot-note { min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.hx-foot-action { flex: none; font-weight: 700; color: var(--rl-critical); background: var(--rl-critical-100); border: 1px solid #fecdd3; border-radius: 999px; padding: .12rem .5rem; white-space: nowrap; }

.hx-challans { height: 184px; display: flex; flex-direction: column; }
.hx-states { font-size: .64rem; font-weight: 600; color: var(--rl-muted); }
.hx-challan-list { list-style: none; margin: 0; padding: .25rem .85rem; flex: 1; }
.hx-challan-list li { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: .6rem; padding: .32rem 0; border-bottom: 1px solid #eef1f6; font-size: .72rem; }
.hx-challan-list li:last-child { border-bottom: 0; }
.hx-challan-list .plate { font-size: .66rem; padding: .06rem .35rem; }
.hx-challan-list .plate::before { font-size: .44rem; margin-right: .25rem; padding-right: .25rem; }
.hx-offence { color: var(--rl-text-2); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.hx-challan-list b { font-variant-numeric: tabular-nums; font-weight: 700; }
.hx-settle { display: flex; align-items: center; justify-content: space-between; padding: .5rem .85rem; background: var(--rl-surface-2); border-top: 1px solid var(--rl-border); font-size: .68rem; color: var(--rl-muted); }
.hx-settle-btn { display: inline-flex; align-items: center; gap: .35rem; font-weight: 700; font-size: .7rem; color: var(--ln-on-gold); background: var(--ln-gold); border-radius: 7px; padding: .3rem .6rem; }

.hx-gate { height: 118px; display: flex; flex-direction: column; }
.hx-gate-rows { flex: 1; display: flex; flex-direction: column; justify-content: center; gap: .4rem; padding: .45rem .85rem; }
.hx-gate-row { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: .6rem; font-size: .7rem; }
.hx-gate-row .plate { font-size: .66rem; padding: .06rem .35rem; }
.hx-gate-row .plate::before { font-size: .44rem; margin-right: .25rem; padding-right: .25rem; }
.hx-gate-why { color: var(--rl-muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.hx-verdict { font-family: var(--ln-display); font-weight: 700; font-size: .92rem; letter-spacing: .05em; line-height: 1; border-radius: 6px; padding: .28rem .55rem; color: #fff; }
.hx-nogo { background: #dc2626; }
.hx-go { background: #15803d; }

.hx-caption { margin: .9rem 0 0; text-align: right; font-size: .82rem; color: var(--ln-on-dark-3); }

/* ── Section scaffolding ───────────────────────────────────────────────── */
.ln-section { padding: 6.5rem 0; }
.ln-head { max-width: 46rem; margin-bottom: 3.5rem; }
.ln-head h2, .about-copy h2 { font-size: clamp(2.4rem, 1.6rem + 2.5vw, 3.7rem); font-weight: 700; line-height: .98; color: var(--ln-ink); margin: 0 0 1rem; }
.ln-head p { font-size: 1.2rem; color: var(--ln-muted); margin: 0; max-width: 40em; }

/* ── Product areas ─────────────────────────────────────────────────────── */
.ln-products { background: #fff; padding-bottom: 4.5rem; }
.uc { --uc: var(--ln-blue); --uc-ink: var(--ln-navy); --uc-soft: var(--rl-blue-50); display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 4.5rem; padding: 4rem 0; border-top: 1px solid var(--ln-rule); }
.uc--2 { --uc: var(--ln-gold); --uc-ink: var(--ln-gold-ink); --uc-soft: #fdf7dc; }
.uc-intro { position: sticky; top: calc(var(--ln-nav-h) + 2rem); align-self: start; }
.uc-label { display: flex; align-items: center; gap: .55rem; margin: 0 0 .75rem; font-weight: 700; font-size: 1rem; color: var(--uc-ink); }
.uc-title { font-size: clamp(2.1rem, 1.5rem + 1.7vw, 3rem); font-weight: 700; line-height: 1; color: var(--ln-ink); margin: 0 0 .7rem; }
.uc-intro .uc-tagline { font-size: 1.2rem; font-weight: 500; line-height: 1.45; color: var(--ln-text-2); margin: 0 0 1.1rem; }
.uc-datasets { display: flex; flex-wrap: wrap; gap: .4rem; margin-bottom: 2rem; }
.uc-datasets .module-tag, .uc-mod-head .module-tag, .how-tags .module-tag { font-size: .76rem; padding: .25rem .55rem; font-family: var(--rl-font); }
.uc-h { font-size: 1rem; font-weight: 700; color: var(--ln-ink); margin: 0 0 .5rem; }
.uc-intro p { color: var(--ln-text-2); margin-bottom: .85rem; }
.uc-proof { display: flex; gap: .75rem; align-items: flex-start; margin: 1.5rem 0 0; padding-top: 1.1rem; border-top: 1px dashed #cfd8e6; color: var(--ln-text-2); font-size: 1.02rem; }
.uc-proof i { flex: none; font-size: 1.15rem; color: var(--uc-ink); margin-top: .1rem; }
.uc-outcome { margin: 1.5rem 0 2rem; padding: 1.2rem 1.35rem; background: var(--uc-soft); border-left: 4px solid var(--uc); border-radius: 0 12px 12px 0; }
.uc-outcome p { margin: 0; font-size: 1.14rem; font-weight: 500; line-height: 1.5; color: var(--ln-ink); }

.uc-body > .uc-h { margin-bottom: .25rem; color: var(--ln-muted); font-weight: 600; }
.uc-lane { position: relative; list-style: none; margin: 0 0 2.5rem; padding: 0; }
.uc-lane > li:not(:last-child)::before { content: ""; position: absolute; left: 25.5px; top: calc(1.35rem + 62px); bottom: calc(-1.35rem + 8px); width: 3px; background: repeating-linear-gradient(180deg, var(--uc) 0 14px, transparent 14px 24px); opacity: .75; }
.uc-lane > li { position: relative; display: grid; grid-template-columns: 54px minmax(0, 1fr); gap: 1.4rem; padding: 1.35rem 0; }
.uc-stop { position: relative; z-index: 1; width: 54px; height: 54px; display: grid; place-items: center; border-radius: 14px; font-size: 1.35rem; color: var(--uc-ink); background: #fff; border: 2px solid var(--uc); box-shadow: 0 0 0 6px #fff; }
.uc-mod { padding-bottom: 1.35rem; border-bottom: 1px solid var(--ln-rule); min-width: 0; }
.uc-lane > li:last-child .uc-mod { border-bottom: 0; padding-bottom: 0; }
.uc-mod-head { display: flex; flex-wrap: wrap; align-items: center; gap: .4rem .6rem; margin-top: .35rem; }
.uc-mod-title { display: inline-flex; align-items: baseline; gap: .4rem; margin-right: .2rem; font-family: var(--ln-display); font-weight: 700; font-size: 1.65rem; line-height: 1.1; color: var(--ln-ink); }
.uc-mod-title i { font-size: .95rem; color: var(--uc-ink); opacity: .55; transition: transform .15s ease, opacity .15s; }
.uc-mod-title:hover { color: var(--ln-blue-deep); }
.uc-mod-title:hover i { opacity: 1; transform: translate(2px, -2px); }
.uc-mod p { margin: .4rem 0 0; color: var(--ln-text-2); max-width: 36em; }
.uc-mod .uc-sandbox-note { margin-top: .45rem; font-size: .92rem; color: var(--ln-muted); }

.uc-next { padding: 1.35rem 1.5rem; border-radius: 14px; background: var(--ln-concrete); }
.uc-next .uc-h { font-weight: 600; color: var(--ln-muted); font-size: .98rem; margin-bottom: .8rem; }
.uc-next ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: .5rem; }
.uc-next li { font-size: 1rem; font-weight: 600; color: var(--ln-ink); background: #fff; border: 1px dashed #c3cde2; border-radius: 999px; padding: .35rem .9rem; }

/* ── How it works ──────────────────────────────────────────────────────── */
.ln-how { background: var(--ln-concrete); }
.how-road { position: relative; list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 2.5rem; }
.how-road::before { content: ""; position: absolute; top: 27px; left: 29px; right: calc((100% - 7.5rem) / 4 - 29px); height: 4px; border-radius: 2px; background: repeating-linear-gradient(90deg, var(--ln-gold) 0 26px, transparent 26px 44px); }
.how-road > li { position: relative; min-width: 0; }
.how-num { position: relative; z-index: 1; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; font-family: var(--ln-display); font-weight: 700; font-size: 1.7rem; color: #fff; background: var(--ln-navy); box-shadow: 0 0 0 6px var(--ln-concrete); }
.how-road h3 { font-size: 1.75rem; font-weight: 700; line-height: 1.05; color: var(--ln-ink); margin: 1.4rem 0 .6rem; }
.how-road p { color: var(--ln-text-2); font-size: 1.02rem; margin: 0 0 1rem; }
.how-tags { display: flex; flex-wrap: wrap; gap: .35rem; }

/* ── Who it's for ──────────────────────────────────────────────────────── */
.ln-who { background: #fff; }
.ln-who-grid { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 7fr); gap: 4.5rem; align-items: start; }
.ln-head--side { margin-bottom: 0; }
.who-table-wrap { min-width: 0; }
.who-table { width: 100%; border-collapse: collapse; }
.who-table th, .who-table td { padding: 1.05rem .75rem; border-bottom: 1px solid var(--ln-rule); text-align: left; vertical-align: middle; }
.who-table thead th { padding-top: 0; font-size: .95rem; font-weight: 600; color: var(--ln-muted); border-bottom: 2px solid var(--ln-ink); white-space: nowrap; vertical-align: bottom; }
.who-table thead th:not(:first-child), .who-table td { text-align: center; width: 8.5rem; }
.who-uc { display: inline-flex; align-items: center; margin-right: .45rem; vertical-align: .1em; }
.who-table thead th:not(:first-child) { color: var(--ln-ink); font-size: 1rem; }
.who-table tbody th { font-weight: 600; font-size: 1.08rem; color: var(--ln-ink); padding-left: 0; }
.who-yes { display: inline-grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; font-size: 1rem; line-height: 1; vertical-align: middle; }
.who-yes i::before { font-weight: 700 !important; }
.who-table td:nth-child(2) .who-yes { color: #fff; background: var(--ln-navy); }
.who-table td:nth-child(3) .who-yes { color: var(--ln-on-gold); background: var(--ln-gold); }
.who-no { display: inline-block; width: 14px; height: 2px; border-radius: 2px; background: #cbd5e1; vertical-align: middle; }
.who-captive th { color: var(--ln-blue-deep); }

/* ── About ─────────────────────────────────────────────────────────────── */
.ln-about { background: #fff; border-top: 1px solid var(--ln-rule); }
.about-grid { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 4.5rem; align-items: start; }
.about-lede { font-size: 1.32rem; line-height: 1.5; font-weight: 500; color: var(--ln-ink); margin: 1.25rem 0 1rem; max-width: 34em; }
.about-copy p:not(.about-lede) { color: var(--ln-text-2); max-width: 38em; }
.about-facts { margin: .4rem 0 0; border-top: 3px solid var(--ln-navy); }
.about-facts > div { display: grid; grid-template-columns: 9.5rem minmax(0, 1fr); gap: 1rem; padding: .95rem 0; border-bottom: 1px solid var(--ln-rule); }
.about-facts dt { font-weight: 500; color: var(--ln-muted); font-size: 1rem; }
.about-facts dd { margin: 0; font-weight: 600; color: var(--ln-ink); }
.services-title { font-size: 2rem; font-weight: 700; color: var(--ln-ink); margin: 5rem 0 1.5rem; }
.services { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); border-top: 1px solid var(--ln-rule); }
.services li { padding: 1.6rem 1.5rem .5rem; border-left: 1px solid var(--ln-rule); }
.services li:first-child { border-left: 0; padding-left: 0; }
.services i { display: block; font-size: 1.5rem; color: var(--ln-navy); margin-bottom: .8rem; }
.services h4 { font-size: 1.08rem; font-weight: 700; line-height: 1.3; color: var(--ln-ink); margin: 0 0 .45rem; }
.services p { font-size: .98rem; color: var(--ln-text-2); margin: 0 0 .6rem; }
.services-via { display: block; font-size: .86rem; color: var(--ln-muted); }

/* ── Contact: the brand-blue band ──────────────────────────────────────── */
.ln-contact {
    position: relative; color: var(--ln-on-dark); padding: 5.5rem 0;
    background: var(--ln-navy);
}
.ln-contact::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 3px; background: repeating-linear-gradient(90deg, var(--ln-dash) 0 34px, transparent 34px 62px); }
.ln-contact-grid { display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 5fr); gap: 4rem; align-items: center; }
.ln-contact h2 { font-size: clamp(2.4rem, 1.6rem + 2.5vw, 3.7rem); font-weight: 700; line-height: .98; color: #fff; margin: 0 0 1rem; }
.ln-contact-grid p { font-size: 1.18rem; color: #d2dbf1; max-width: 30em; margin: 0; }
.contact-card { padding: 1.75rem; border-radius: 18px; background: rgba(11, 22, 51, .28); border: 1px solid rgba(255, 255, 255, .16); }
.contact-card .person { gap: 1rem; margin-bottom: 1.1rem; }
.contact-name { font-family: var(--ln-display); font-weight: 700; font-size: 1.75rem; line-height: 1.05; color: #fff; }
.contact-org { color: #b8c4e4; font-size: .98rem; }
.contact-lines { list-style: none; margin: 0 0 1.4rem; padding: 0; }
.contact-lines li { display: flex; align-items: flex-start; gap: .8rem; padding: .6rem 0; border-top: 1px solid rgba(255, 255, 255, .1); color: #d2dbf1; }
.contact-lines i { color: var(--ln-gold-400); margin-top: .1rem; }
.contact-lines a { color: #fff; font-weight: 500; overflow-wrap: anywhere; }
.contact-lines a:hover { color: var(--ln-gold-400); text-decoration: underline; }
.contact-actions { display: flex; flex-wrap: wrap; gap: .6rem; }

/* ── Footer ────────────────────────────────────────────────────────────── */
.ln-footer { background: var(--ln-ink-deep); color: var(--ln-on-dark-3); padding: 2.5rem 0 2.25rem; border-top: 1px solid rgba(255, 255, 255, .06); }
.ln-footer-top { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; }
.ln-footer-links { display: flex; flex-wrap: wrap; gap: .25rem 1.5rem; }
.ln-footer-links a { color: var(--ln-on-dark-2); font-weight: 500; }
.ln-footer-links a:hover { color: #fff; }
.ln-footer-bottom { margin-top: 1.75rem; padding-top: 1.4rem; border-top: 1px solid rgba(255, 255, 255, .08); font-size: .92rem; }
.ln-footer-bottom p { margin: 0 0 .4rem; max-width: 62rem; }
.ln-footer-bottom p:first-child { color: var(--ln-on-dark-2); font-weight: 500; }

/* ── Sign-in ───────────────────────────────────────────────────────────── */
.auth { min-height: 100vh; display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); }
.auth-brand {
    position: relative; overflow: hidden; display: flex; flex-direction: column; gap: 2.5rem; padding: 2.25rem 3.25rem 2.5rem; color: var(--ln-on-dark);
    background: var(--ln-navy);
}
.auth-brand::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: repeating-linear-gradient(90deg, var(--ln-dash) 0 34px, transparent 34px 62px); }
.auth-brand-detail { margin-top: auto; margin-bottom: auto; max-width: 30rem; }
.auth-kicker { display: inline-flex; align-items: baseline; gap: .6rem; margin: 0 0 .9rem; font-weight: 600; font-size: .98rem; letter-spacing: .02em; color: var(--ln-gold-400); }
.auth-kicker::before { content: ""; flex: none; align-self: flex-start; margin-top: .72em; width: 28px; height: 3px; border-radius: 2px; background: repeating-linear-gradient(90deg, var(--ln-gold) 0 8px, transparent 8px 12px); }
.auth-brand h1 { font-size: clamp(2.3rem, 1.7rem + 1.7vw, 3.1rem); font-weight: 700; line-height: 1; color: #fff; margin: 0 0 1rem; }
.auth-brand-lede { color: var(--ln-on-dark-2); font-size: 1.08rem; margin: 0 0 2rem; }
.public-body .auth-list-title { font-family: var(--ln-body); font-size: 1rem; font-weight: 600; color: #fff; margin: 0 0 .8rem; }
.auth-list { list-style: none; margin: 0 0 2rem; padding: 0; }
.auth-list li { display: flex; align-items: center; gap: .85rem; padding: .55rem 0; color: var(--ln-on-dark); font-size: 1.02rem; border-top: 1px solid rgba(255, 255, 255, .09); }
.auth-list li:last-child { border-bottom: 1px solid rgba(255, 255, 255, .09); }
.auth-list i { width: 32px; height: 32px; flex: none; display: grid; place-items: center; border-radius: 9px; font-size: 1rem; color: var(--lane, var(--ln-gold-400)); background: color-mix(in srgb, var(--lane, var(--ln-gold-400)) 14%, transparent); }
.auth-chips { display: flex; flex-wrap: wrap; gap: .4rem; }
.auth-chips .module-tag { font-family: var(--rl-font); font-size: .74rem; }
.auth-brand-foot { margin: 0; font-size: .92rem; color: var(--ln-on-dark-3); }
.auth-brand-foot a { color: #fff; overflow-wrap: anywhere; }
.auth-brand-foot a:hover { color: var(--ln-gold-400); }

.auth-main { display: flex; align-items: center; justify-content: center; padding: 3rem 1.5rem; background: var(--rl-bg); }
.auth-card { width: 100%; max-width: 440px; }
.auth-back { display: inline-flex; align-items: center; gap: .4rem; font-weight: 600; font-size: .98rem; color: var(--ln-muted); margin-bottom: 1.75rem; }
.auth-back:hover { color: var(--ln-ink); }
.auth-panel { position: relative; overflow: hidden; background: #fff; border: 1px solid var(--rl-border); border-radius: 18px; box-shadow: var(--rl-shadow-lg); padding: 2.25rem 2.25rem 2rem; }
.auth-panel::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 4px; background: linear-gradient(90deg, var(--ln-navy) 0 72%, var(--ln-gold) 72% 100%); }
.auth-panel h2 { font-size: 2.05rem; font-weight: 700; line-height: 1.02; color: var(--ln-ink); margin: 0 0 .55rem; }
.auth-panel-sub { color: var(--ln-muted); margin: 0 0 1.6rem; font-size: 1.02rem; }
.auth-panel .form-label { font-family: var(--ln-body); font-size: .98rem; font-weight: 600; color: var(--ln-text-2); }
.auth-panel .form-control { font-family: var(--rl-font); padding: .7rem .9rem; font-size: 1rem; border-radius: 11px; }
.auth-panel .form-control.input-validation-error { border-color: #f87171; }
.auth-pass { position: relative; }
.auth-pass .form-control { padding-right: 3rem; }
.auth-pass-toggle { position: absolute; right: .35rem; top: 50%; transform: translateY(-50%); width: 38px; height: 38px; display: grid; place-items: center; border: 0; border-radius: 9px; background: transparent; color: var(--ln-muted); font-size: 1.1rem; }
.auth-pass-toggle:hover { color: var(--ln-ink); background: var(--rl-surface-2); }
.auth-panel .form-check-label { font-size: 1rem; color: var(--ln-text-2); }
.auth-panel .field-validation-error { display: block; margin-top: .3rem; font-size: .9rem; }
.auth-submit { width: 100%; }
.auth-alert { display: flex; align-items: flex-start; gap: .6rem; padding: .75rem .9rem; border-radius: 11px; font-size: .98rem; margin-bottom: 1.25rem; border: 1px solid; }
.auth-alert i { margin-top: .12rem; }
.auth-alert ul { margin: 0; padding: 0; list-style: none; }
.auth-alert-info { background: var(--rl-blue-50); border-color: var(--rl-blue-100); color: var(--ln-navy-800); }
.auth-alert-danger { background: #fef2f2; border-color: #fecaca; color: #991b1b; }
.auth-alert-danger.validation-summary-valid { display: none; }
.auth-alert-danger::before { content: "\f336"; font-family: "bootstrap-icons"; line-height: 1; margin-top: .22rem; }
.auth-help { margin: 1.4rem 0 0; font-size: .95rem; color: var(--ln-muted); text-align: center; }
.auth-help a { font-weight: 600; color: var(--ln-navy); }

/* ── Error pages ───────────────────────────────────────────────────────── */
.err { min-height: calc(100vh - 3.6rem); display: flex; align-items: center; padding: calc(var(--ln-nav-h) + 4rem) 0 5rem; background: var(--ln-concrete); }
.ln-footer--slim { padding: 1.1rem 0; font-size: .92rem; }
.ln-footer--slim p { margin: 0; }
.err-grid { display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 5fr); gap: 4rem; align-items: center; }
.err-code { display: inline-flex; align-items: baseline; gap: .6rem; font-family: var(--ln-display); font-weight: 700; font-size: 1.15rem; letter-spacing: .02em; color: var(--ln-navy); margin: 0 0 .6rem; }
.err-code::before { content: ""; flex: none; align-self: center; width: 28px; height: 4px; border-radius: 2px; background: repeating-linear-gradient(90deg, var(--ln-gold) 0 8px, transparent 8px 12px); }
.err h1 { font-size: clamp(2.6rem, 1.8rem + 2.6vw, 4rem); font-weight: 700; line-height: .98; color: var(--ln-ink); margin: 0 0 1rem; }
.err-text { font-size: 1.18rem; color: var(--ln-text-2); max-width: 32em; margin: 0 0 1rem; }
.err-path { display: inline-block; max-width: 100%; overflow-wrap: anywhere; font-family: "Cascadia Code", Consolas, monospace; font-size: .92rem; color: var(--ln-ink); background: #fff; border: 1px solid var(--ln-rule); border-radius: 7px; padding: .1rem .45rem; }
.err-meta { font-size: .92rem; color: var(--ln-muted); margin: 1.25rem 0 0; }
.err-meta code { color: var(--ln-ink); }
.err-sign-wrap { position: relative; padding-bottom: 64px; }
.err-sign-wrap::before, .err-sign-wrap::after { content: ""; position: absolute; bottom: 0; width: 12px; height: 84px; border-radius: 2px; background: #9aa6ba; }
.err-sign-wrap::before { left: 22%; }
.err-sign-wrap::after { right: 22%; }
.err-sign { position: relative; z-index: 1; padding: 9px; border-radius: 16px; background: var(--ln-navy); box-shadow: 0 30px 60px -30px rgba(19, 35, 79, .75); }
.err-sign-inner { border: 3px solid #fff; border-radius: 10px; padding: .6rem 1.4rem; color: #fff; }
.err-route { display: flex; align-items: center; gap: 1.1rem; padding: .95rem 0; color: #fff; border-top: 2px solid rgba(255, 255, 255, .85); }
.err-route:first-child { border-top: 0; }
.err-route:hover { color: #fff; }
.err-route:hover .err-route-name { text-decoration: underline; text-decoration-thickness: 2px; text-decoration-color: var(--ln-gold-400); }
.err-route i { flex: none; font-size: 2rem; line-height: 1; color: var(--ln-gold-400); }
.err-route-name { display: block; font-family: var(--ln-display); font-weight: 700; font-size: 1.75rem; line-height: 1.05; }
.err-route-sub { display: block; font-size: .92rem; color: #cad5ef; }

/* ── Motion: one orchestrated hero sequence, then a slow data flow ─────── */
@keyframes hx-draw { from { stroke-dashoffset: 100; } to { stroke-dashoffset: 0; } }
@keyframes hx-flow { to { stroke-dashoffset: -14; } }
@keyframes hx-fade { from { opacity: 0; } to { opacity: 1; } }
@keyframes hx-pop { from { opacity: 0; transform: translate(-50%, -50%) scale(.6); } to { opacity: 1; transform: translate(-50%, -50%) scale(1); } }
@keyframes hx-rise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
@keyframes hx-spin { to { transform: rotate(360deg); } }

@media (prefers-reduced-motion: no-preference) {
    .hx-lane { stroke-dasharray: 100; animation: hx-draw .8s cubic-bezier(.55, 0, .25, 1) both; }
    .hx-in .hx-lane:nth-child(2) { animation-delay: .06s; }
    .hx-in .hx-lane:nth-child(3) { animation-delay: .12s; }
    .hx-in .hx-lane:nth-child(4) { animation-delay: .18s; }
    .hx-flow { animation: hx-fade .5s .8s both, hx-flow 1.6s .8s linear infinite; }
    .hx-hub { animation: hx-pop .45s .6s cubic-bezier(.3, 1.4, .5, 1) both; }
    .hx-hub-ring { animation: hx-spin 18s linear infinite; }
    .hx-branch { animation: hx-fade .4s .85s both; }
    .hx-src { animation: hx-fade .4s both; }
    .hx-card { animation: hx-rise .5s cubic-bezier(.2, .7, .2, 1) both; }
    .hx-driver { animation-delay: .8s; }
    .hx-challans { animation-delay: .92s; }
    .hx-gate { animation-delay: 1.04s; }
}
/* After the entrance sequence, landing.js adds .hx-done so nothing can replay it (e.g. full-page captures). */
.hx.hx-done :is(.hx-lane, .hx-hub, .hx-branch, .hx-src, .hx-card) { animation: none; }
@media (prefers-reduced-motion: no-preference) {
    .hx.hx-done .hx-flow { animation: hx-flow 1.6s linear infinite; }
}

/* ── Responsive ────────────────────────────────────────────────────────── */
@media (max-width: 1199.98px) {
    .ln-hero-grid { grid-template-columns: minmax(0, 1fr); gap: 3.5rem; }
    .ln-display { font-size: clamp(3.1rem, 1.2rem + 5vw, 5.2rem); }
    .ln-hero-copy { max-width: 46rem; }
    .ln-hero-visual { width: 100%; max-width: 760px; }
    .services { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .services li:nth-child(4) { border-left: 0; padding-left: 0; }
    .ln-links a { padding: .45rem .6rem; }
}

@media (max-width: 991.98px) {
    .ln-links { display: none; position: absolute; left: 0; right: 0; top: var(--ln-nav-h); flex-direction: column; align-items: stretch; gap: 0; padding: .5rem var(--ln-gutter) 1rem; background: var(--ln-ink); border-bottom: 1px solid rgba(255, 255, 255, .08); box-shadow: 0 20px 30px -20px rgba(0, 0, 0, .6); }
    .ln-nav.is-open .ln-links { display: flex; }
    .ln-links a { padding: .85rem .25rem; border-radius: 0; border-bottom: 1px solid rgba(255, 255, 255, .07); font-size: 1.08rem; }
    .ln-links a:hover { background: transparent; }
    .ln-links a.is-active::after { display: none; }
    .ln-nav-cta { margin-left: auto; }
    .ln-menu-btn { display: inline-flex; }

    .ln-section { padding: 4.5rem 0; }
    .uc, .ln-who-grid, .about-grid, .ln-contact-grid, .err-grid { grid-template-columns: minmax(0, 1fr); gap: 2.5rem; }
    .uc-intro { position: static; }
    .how-road { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 3rem; }
    .how-road::before { display: none; }

    .auth { grid-template-columns: minmax(0, 1fr); }
    .auth-brand { display: contents; }
    .auth-brand::after { display: none; }
    .auth-brand-detail { position: relative; }
    .auth-brand-detail::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 3px; background: repeating-linear-gradient(90deg, var(--ln-dash) 0 34px, transparent 34px 62px); }
    .auth-brand-top { order: 1; padding: 1.1rem var(--ln-gutter); background: var(--ln-navy); }
    .auth-main { order: 2; padding: 2rem var(--ln-gutter) 2.5rem; }
    .auth-brand-detail { order: 3; max-width: none; margin: 0; padding: 2.5rem var(--ln-gutter); color: var(--ln-on-dark); background: var(--ln-navy-800); }
    .auth-brand-foot { order: 4; padding: 0 var(--ln-gutter) 2rem; background: var(--ln-ink-deep); }
    .auth-card { max-width: 480px; }
}

/* Exhibit, compact form (phones and small tablets) */
@media (max-width: 767.98px) {
    .public-body { --ln-gutter: 16px; font-size: 1.0667rem; }
    .ln-nav { --ln-nav-h: 60px; }
    .public-body { --ln-nav-h: 60px; }
    .ln-brand .brand-mark { width: 34px; height: 34px; font-size: 1rem; }
    .ln-brand-name { font-size: 1.18rem; }
    .ln-brand-sub { font-size: .72rem; }
    .ln-nav-cta .btn-sm { padding: .4rem .7rem; font-size: .9rem; }

    .ln-hero { padding: calc(var(--ln-nav-h) + 2.5rem) 0 3rem; }
    .ln-display { font-size: clamp(2.7rem, 1.2rem + 7vw, 3.4rem); }
    .ln-display > span { white-space: normal; }
    .ln-lede { font-size: 1.1rem; }
    .ln-cta .btn { flex: 1 1 100%; }

    .hx { height: auto; display: flex; flex-direction: column; gap: 0; }
    .hx-sources { position: static; width: auto; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .5rem; }
    .hx-src { padding: .4rem .5rem; }
    .hx-lanes { display: none; }
    .hx-hub { position: relative; left: auto; top: auto; transform: none; align-self: center; margin: 2.2rem 0; width: 54px; height: 54px; }
    .hx-hub::before, .hx-hub::after { content: ""; position: absolute; left: 50%; width: 2px; height: 26px; background: repeating-linear-gradient(180deg, rgba(255, 255, 255, .5) 0 4px, transparent 4px 8px); }
    .hx-hub::before { bottom: 100%; margin-bottom: 8px; }
    .hx-hub::after { top: 100%; margin-top: 8px; }
    .hx-hub-ring { inset: -8px; }
    .hx-stack { position: static; width: auto; }
    .hx-driver, .hx-challans, .hx-gate { height: auto; }
    .hx-caption { text-align: left; }
    @media (prefers-reduced-motion: no-preference) {
        .hx-hub { animation-name: hx-fade; }
    }

    .ln-head { margin-bottom: 2.25rem; }
    .ln-head p { font-size: 1.1rem; }

    .uc { padding: 3rem 0; gap: 2rem; }
    .uc-intro .uc-tagline { font-size: 1.1rem; }
    .uc-lane > li:not(:last-child)::before { left: 21.5px; top: calc(1.35rem + 54px); }
    .uc-lane > li { grid-template-columns: 46px minmax(0, 1fr); gap: 1rem; }
    .uc-stop { width: 46px; height: 46px; font-size: 1.15rem; border-radius: 12px; }
    .uc-mod-title { font-size: 1.45rem; }
    .uc-next { padding: 1.15rem 1.1rem; }
    .uc-next li { border-radius: 16px; font-size: .96rem; }

    .how-road { grid-template-columns: minmax(0, 1fr); row-gap: 0; }
    .how-road::before { display: block; top: 29px; bottom: 60px; left: 27px; right: auto; width: 4px; height: auto; background: repeating-linear-gradient(180deg, var(--ln-gold) 0 20px, transparent 20px 34px); }
    .how-road > li { padding: 0 0 2rem 78px; min-height: 58px; }
    .how-num { position: absolute; left: 0; top: 0; }
    .how-road h3 { margin-top: .6rem; }

    .who-table thead th:not(:first-child), .who-table td { width: 5.4rem; padding-inline: .25rem; }
    .who-table thead th { font-size: .85rem; }
    .who-table thead th:not(:first-child) { font-size: .9rem; white-space: nowrap; }
    .who-table tbody th { font-size: 1rem; }

    .about-facts > div { grid-template-columns: minmax(0, 1fr); gap: .15rem; }
    .services { grid-template-columns: minmax(0, 1fr); }
    .services li, .services li:nth-child(4) { border-left: 0; padding: 1.4rem 0 .6rem; border-bottom: 1px solid var(--ln-rule); }
    .services-title { margin-top: 3.5rem; }

    .ln-contact { padding: 4rem 0; }
    .contact-card { padding: 1.35rem; }
    .contact-actions .btn { flex: 1 1 auto; }

    .auth-panel { padding: 1.75rem 1.35rem 1.5rem; }
    .auth-panel h2 { font-size: 1.85rem; }

    .err { padding: calc(var(--ln-nav-h) + 2.5rem) 0 3.5rem; }
    .err-sign-inner { padding: .4rem 1rem; }
    .err-route i { font-size: 1.6rem; }
    .err-route-name { font-size: 1.45rem; }
}
