:root{
  --ioux-navy:#0B2545; --ioux-blue:#2E6FB7; --ioux-gold:#C9A227; --ioux-paper:#f7f5f0;
  --ioux-ink:#0B2545; --ioux-card:#ffffff; --ioux-card-ink:#0B2545; --ioux-muted-2:#5b6b80;
  --ioux-line:rgba(11,37,69,.12); --ioux-band:#0B2545; --ioux-hero1:#0B2545; --ioux-hero2:#123a63;
}
[data-bs-theme="dark"]{
  --ioux-paper:#0a1626; --ioux-ink:#eaf0f7; --ioux-card:#10233d; --ioux-card-ink:#eaf0f7;
  --ioux-muted-2:#9fb2c8; --ioux-line:rgba(255,255,255,.14); --ioux-band:#081a30;
  --bs-body-bg:#0a1626; --bs-body-color:#eaf0f7;
}
body{font-family:'Manrope',system-ui,sans-serif;color:var(--ioux-ink);background:var(--ioux-paper);font-size:1.05rem;}
h1,h2,h3,h4,.display-1,.display-2,.display-3,.display-4,.display-5,.display-6{font-family:'Fraunces',Georgia,serif;letter-spacing:-.01em;}
p{line-height:1.68;}
.small,small{font-size:.92rem;}
.ioux-card .small{line-height:1.6;font-size:.95rem;}
.ioux-card p{font-size:.98rem;}
a{color:var(--ioux-blue);}
.section{padding:5rem 0;}
@media(max-width:991px){.section{padding:3.25rem 0;}}
.kicker{font-family:'IBM Plex Mono',monospace;text-transform:uppercase;letter-spacing:.16em;font-size:.72rem;font-weight:500;color:var(--ioux-blue);}
.text-muted-2{color:var(--ioux-muted-2)!important;}
.lead-h2{font-family:'Manrope',sans-serif;color:#cfe0f5;max-width:54ch;line-height:1.5;}

/* logo lockup */
.ioux-logo-lockup{display:inline-flex;flex-direction:column;align-items:flex-start;text-decoration:none;gap:5px;}
.ioux-logo-lockup .lk-word{font-family:'Fraunces',serif;font-weight:700;font-size:1.7rem;line-height:.95;color:var(--ioux-ink);letter-spacing:-.01em;position:relative;}
.ioux-logo-lockup .lk-word .x{color:var(--ioux-gold);}
.ioux-logo-lockup .lk-word .reg{font-family:'Manrope',sans-serif;font-weight:600;font-size:.34em;vertical-align:super;position:relative;top:-.05em;left:.06em;}
.ioux-logo-lockup .lk-tag{font-family:'Fraunces',serif;font-weight:500;font-size:.6rem;line-height:1.28;color:var(--ioux-ink);text-align:left;border-top:1px solid rgba(11,37,69,.22);padding-top:4px;width:100%;}
.ioux-logo-lockup .lk-tag .g{color:var(--ioux-gold);}
.ioux-logo-lockup.lk-on-dark .lk-word{color:#fff;} .ioux-logo-lockup.lk-on-dark .lk-tag{color:rgba(255,255,255,.85);border-top-color:rgba(255,255,255,.25);}
@media(max-width:430px){.ioux-logo-lockup .lk-tag{display:none;}}

/* nav */
.ioux-nav{background:var(--ioux-paper);border-bottom:1px solid var(--ioux-line);}
.ioux-nav .nav-link{color:var(--ioux-ink);font-weight:500;font-size:.95rem;}
.ioux-nav .nav-link:hover,.ioux-nav .nav-link.active{color:var(--ioux-blue);}
.ioux-nav .dropdown-menu{border:1px solid var(--ioux-line);border-radius:14px;box-shadow:0 16px 40px rgba(0,0,0,.12);padding:.5rem;background:var(--ioux-card);}
.ioux-nav .dropdown-item{border-radius:8px;color:var(--ioux-card-ink);font-size:.9rem;padding:.45rem .7rem;}
.ioux-nav .dropdown-item:hover{background:rgba(46,111,183,.1);color:var(--ioux-blue);}
.ioux-nav .dropdown-header{font-family:'IBM Plex Mono',monospace;font-size:.62rem;letter-spacing:.12em;text-transform:uppercase;color:var(--ioux-muted-2);}
.btn-ghost{color:var(--ioux-ink);border:none;}.btn-ghost:hover{color:var(--ioux-blue);}
.btn-primary{--bs-btn-bg:var(--ioux-blue);--bs-btn-border-color:var(--ioux-blue);--bs-btn-hover-bg:#255c99;--bs-btn-hover-border-color:#255c99;--bs-btn-color:#fff;}
.btn-gold{--bs-btn-bg:var(--ioux-gold);--bs-btn-color:#1a1505;--bs-btn-hover-bg:#b8941f;--bs-btn-hover-color:#1a1505;font-weight:600;}

/* hero */
.ioux-hero{background:linear-gradient(160deg,var(--ioux-hero1) 0%,var(--ioux-hero2) 100%);color:#fff;position:relative;overflow:hidden;}
.ioux-hero::after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:42px 42px;pointer-events:none;}
.ioux-hero .kicker{color:#9cc2ee;}
.ioux-statusbar{font-family:'IBM Plex Mono',monospace;font-size:.72rem;letter-spacing:.08em;color:#cfe0f5;}
.ioux-statusbar .dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:#39d98a;box-shadow:0 0 0 4px rgba(57,217,138,.18);}
.trust-strip{font-family:'IBM Plex Mono',monospace;font-size:.72rem;letter-spacing:.05em;color:#9cc2ee;}
.trust-strip b{color:#fff;font-weight:600;}

/* cards */
.ioux-card{background:var(--ioux-card);color:var(--ioux-card-ink);border:1px solid var(--ioux-line);border-radius:16px;transition:transform .2s,box-shadow .2s;}
a .ioux-card:hover,.ioux-card.hov:hover{transform:translateY(-3px);box-shadow:0 14px 34px rgba(11,37,69,.12);}
.ioux-card h3,.ioux-card h4{color:var(--ioux-card-ink);}
.ioux-ico{width:46px;height:46px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:rgba(46,111,183,.12);color:var(--ioux-blue);font-size:1.3rem;}
.ioux-ico--gold{background:rgba(201,162,39,.16);color:var(--ioux-gold);}
.band-ink{background:var(--ioux-band);color:#fff;}
.band-ink > .container > .text-center .text-muted-2,
.band-ink > .container > .reveal > .text-center .text-muted-2,
.band-ink .lead.text-muted-2{color:#b9cbe0!important;}
.band-ink .ioux-card .text-muted-2{color:var(--ioux-muted-2)!important;}
.band-ink .ioux-card h3,.band-ink .ioux-card h4{color:var(--ioux-card-ink);}
.band-ink h2,.band-ink h3{color:#fff;}
.band-ink .ioux-card h3{color:var(--ioux-card-ink);}
.ioux-step__n{font-family:'IBM Plex Mono',monospace;color:var(--ioux-gold);font-weight:500;}
.compare-old{border-left:3px solid #c0552e;}.compare-new{border-left:3px solid var(--ioux-blue);}

/* CTA band */
.ioux-cta{background:linear-gradient(160deg,#10233d,#0b1b30);border:1px solid rgba(255,255,255,.08);}

/* reveal */
.reveal{opacity:0;transform:translateY(16px);transition:opacity .6s ease,transform .6s ease;}
.reveal.in{opacity:1;transform:none;}

/* kinetic flow */
.ioux-flow-band{background:var(--ioux-band);border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:1.5rem 1rem 1rem;}
.ioux-flow-kick{font-family:'IBM Plex Mono',monospace;text-transform:uppercase;letter-spacing:.16em;font-size:.7rem;color:#9cc2ee;text-align:center;margin-bottom:.4rem;}
.ioux-flow-cap{font-family:'IBM Plex Mono',monospace;font-size:.66rem;letter-spacing:.06em;color:#7f97b3;text-align:center;margin:.4rem 0 0;}
.ioux-flow-cap .gd{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--ioux-gold);margin-right:6px;vertical-align:middle;}
.ioux-flow .fl-node rect{fill:#102a49;stroke:#27456b;stroke-width:1.2;transition:fill .4s,stroke .4s;}
.ioux-flow .fl-node.on rect{fill:#1b4576;stroke:var(--ioux-blue);}
.ioux-flow .fl-node.gold.on rect{fill:#3a2f10;stroke:var(--ioux-gold);}
.ioux-flow .fl-node .nk{fill:#6f88a6;transition:fill .4s;}.ioux-flow .fl-node.on .nk{fill:#9cc2ee;}
.ioux-flow .fl-node.gold.on .nk{fill:var(--ioux-gold);}
.ioux-flow .fl-node .nt{fill:#cdd9e8;transition:fill .4s;}.ioux-flow .fl-node.on .nt{fill:#fff;}
.ioux-flow .fl-node .ns{fill:#7f97b3;transition:fill .4s;}.ioux-flow .fl-node.on .ns{fill:#b9cbe0;}
.ioux-flow .conn{stroke:#27456b;stroke-width:2;stroke-dasharray:120;stroke-dashoffset:120;transition:stroke-dashoffset .5s ease,stroke .4s;}
.ioux-flow .conn.drawn{stroke-dashoffset:0;stroke:var(--ioux-blue);}
.ioux-flow .conn.gold.drawn{stroke:var(--ioux-gold);}
.ioux-flow .pkt{fill:var(--ioux-blue);opacity:0;}
.ioux-flow .pkt.go{opacity:1;transition:transform .5s ease,opacity .2s;}

/* footer */
.ioux-footer{background:var(--ioux-navy);color:#cdd9e8;}
.ioux-footer a{color:#cdd9e8;text-decoration:none;}.ioux-footer a:hover{color:#fff;}
.ioux-footer .ft-h{font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:#7f97b3;font-family:'IBM Plex Mono',monospace;margin-bottom:.8rem;}
.ioux-footer .ft-list{list-style:none;padding:0;display:grid;gap:.5rem;font-size:.88rem;}
.ioux-footer .legal{font-size:.78rem;color:#8aa0bb;}
.ioux-footer .ft-hr{border-color:rgba(255,255,255,.12);margin:2rem 0 1rem;}
.badge-store{display:inline-flex;align-items:center;gap:.3rem;font-size:.78rem;background:rgba(255,255,255,.1);padding:.3rem .7rem;border-radius:8px;}

/* floating contact widget */
.ioux-contact{position:fixed;right:18px;bottom:18px;z-index:1060;}
.ioux-contact__bubble{width:56px;height:56px;border-radius:50%;background:var(--ioux-blue);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.5rem;box-shadow:0 8px 24px rgba(0,0,0,.28);border:none;cursor:pointer;transition:transform .2s;}
.ioux-contact__bubble:hover{transform:scale(1.08);}
.ioux-contact__card{position:absolute;right:0;bottom:70px;width:300px;max-width:calc(100vw - 36px);background:var(--ioux-card);color:var(--ioux-card-ink);border:1px solid var(--ioux-line);border-radius:18px;box-shadow:0 16px 48px rgba(0,0,0,.28);overflow:hidden;transition:opacity .18s ease,transform .18s ease;}
.ioux-contact__card[hidden]{display:none;}
.ioux-contact__card.closing{opacity:0;transform:scale(.92);}
.ioux-contact__head{background:var(--ioux-navy);color:#fff;padding:.9rem 1rem;display:flex;align-items:center;justify-content:space-between;}
.ioux-contact__head h3{font-family:'Fraunces',serif;font-size:1.02rem;margin:0;color:#fff;}
.ioux-contact__head small{color:#9cc2ee;font-size:.7rem;}
.ioux-contact__close{background:none;border:none;color:#cfe0f5;font-size:1.1rem;cursor:pointer;line-height:1;}
.ioux-contact__row{display:flex;align-items:center;gap:.75rem;padding:.8rem 1rem;text-decoration:none;color:var(--ioux-card-ink);border-top:1px solid var(--ioux-line);}
.ioux-contact__row:hover{background:rgba(46,111,183,.08);}
.ioux-contact__ic{width:38px;height:38px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;flex:0 0 38px;}
.ioux-contact__ic--phone{background:rgba(46,111,183,.12);color:var(--ioux-blue);}
.ioux-contact__ic--toll{background:rgba(201,162,39,.16);color:var(--ioux-gold);}
.ioux-contact__ic--mail{background:rgba(46,111,183,.12);color:var(--ioux-blue);}
.ioux-contact__ic--wa{background:rgba(37,211,102,.16);color:#1fa855;}
.ioux-contact__row .t{font-weight:600;font-size:.9rem;line-height:1.15;}
.ioux-contact__row .s{font-size:.74rem;color:var(--ioux-muted-2);}

/* utility */
.stat-num{font-family:'Fraunces',serif;color:var(--ioux-navy);}
[data-bs-theme="dark"] .stat-num{color:var(--ioux-gold);}
.band-ink .stat-num{color:var(--ioux-gold);}
.stat-accent{width:34px;height:3px;background:var(--ioux-gold);border-radius:2px;margin:.4rem auto 0;}
.list-check{list-style:none;padding:0;}
.list-check li{padding-left:1.8rem;position:relative;margin-bottom:.6rem;}
.list-check li::before{content:"\\F26E";font-family:"bootstrap-icons";position:absolute;left:0;color:var(--ioux-blue);}

/* accordion + cards legibility on dark bands */
.band-ink .accordion-item{background:var(--ioux-card);border:1px solid rgba(255,255,255,.1);}
.accordion-button{font-family:'Manrope',sans-serif;font-weight:600;color:var(--ioux-card-ink);background:var(--ioux-card);}
.accordion-button:not(.collapsed){color:var(--ioux-blue);background:rgba(46,111,183,.08);box-shadow:none;}
.accordion-button:focus{box-shadow:none;border-color:var(--ioux-line);}
.accordion-body{background:var(--ioux-card);color:var(--ioux-muted-2);}
.band-ink .accordion{border-radius:14px;overflow:hidden;}

/* ============================================================
   PAGE-FAMILY HERO TREATMENTS (consistent skeleton, varied accent)
   ============================================================ */
/* default hero stays navy gradient (marketing/home/legal use it) */

/* A) PRODUCT / SEO — light "tool" hero */
.ioux-hero.hero-product{background:var(--ioux-paper);color:var(--ioux-ink);border-bottom:1px solid var(--ioux-line);}
.ioux-hero.hero-product::after{background-image:radial-gradient(rgba(46,111,183,.06) 1px,transparent 1px);background-size:22px 22px;}
.ioux-hero.hero-product::before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--ioux-blue);z-index:2;}
.ioux-hero.hero-product .kicker{color:var(--ioux-blue);}
.ioux-hero.hero-product h1{color:var(--ioux-navy);}
.ioux-hero.hero-product .lead{color:var(--ioux-muted-2)!important;}
.ioux-hero.hero-product .lead-h2{color:var(--ioux-navy);}
.ioux-hero.hero-product .ioux-statusbar{color:var(--ioux-blue);}
.ioux-hero.hero-product .trust-strip{color:var(--ioux-muted-2);}
.ioux-hero.hero-product .trust-strip b{color:var(--ioux-navy);}
.ioux-hero.hero-product .btn-outline-light{--bs-btn-color:var(--ioux-blue);--bs-btn-border-color:var(--ioux-blue);--bs-btn-hover-bg:var(--ioux-blue);--bs-btn-hover-color:#fff;--bs-btn-hover-border-color:var(--ioux-blue);}
[data-bs-theme="dark"] .ioux-hero.hero-product{background:var(--ioux-band);color:#fff;}
[data-bs-theme="dark"] .ioux-hero.hero-product h1{color:#fff;}
[data-bs-theme="dark"] .ioux-hero.hero-product .lead-h2{color:#cfe0f5;}
[data-bs-theme="dark"] .ioux-hero.hero-product .trust-strip b{color:#fff;}

/* B) SECTOR — navy + gold rule + faint watermark */
.ioux-hero.hero-sector{background:linear-gradient(155deg,#0B2545,#0f2e4f);}
.ioux-hero.hero-sector .kicker{color:var(--ioux-gold);}
.ioux-hero.hero-sector .hero-rule{width:54px;height:4px;background:var(--ioux-gold);border-radius:2px;margin-bottom:18px;}
.ioux-hero .hero-wm{position:absolute;right:-8px;bottom:-46px;font-size:13rem;line-height:1;color:rgba(255,255,255,.035);z-index:0;pointer-events:none;}

/* C) COMPANY — warm paper + gold accent (no italic) */
.ioux-hero.hero-company{background:linear-gradient(120deg,#fbfaf6 0%,#f2ead7 100%);color:var(--ioux-ink);border-bottom:1px solid var(--ioux-line);}
.ioux-hero.hero-company::after{display:none;}
.ioux-hero.hero-company .kicker{color:#0B2545;}
.ioux-hero.hero-company h1{color:var(--ioux-navy);}
.ioux-hero.hero-company .lead{color:#6b5d3e!important;}
.ioux-hero.hero-company .hero-rule{width:54px;height:4px;background:var(--ioux-gold);border-radius:2px;margin-bottom:18px;}
.ioux-hero.hero-company .ioux-statusbar{color:#b8941f;}
.ioux-hero.hero-company .btn-outline-light{--bs-btn-color:var(--ioux-navy);--bs-btn-border-color:var(--ioux-navy);--bs-btn-hover-bg:var(--ioux-navy);--bs-btn-hover-color:#fff;--bs-btn-hover-border-color:var(--ioux-navy);}
[data-bs-theme="dark"] .ioux-hero.hero-company{background:linear-gradient(120deg,#10233d,#1a2e1f);}
[data-bs-theme="dark"] .ioux-hero.hero-company h1{color:#fff;}
[data-bs-theme="dark"] .ioux-hero.hero-company .lead{color:#d8c89e!important;}

/* per-family accent: card top-border signatures */
.fam-product .ioux-card.hov:hover{box-shadow:0 14px 34px rgba(46,111,183,.16);}
.fam-company .ioux-card.hov:hover{box-shadow:0 14px 34px rgba(201,162,39,.16);}

/* FIX: light heroes — force readable lead text (override Bootstrap text-white-50) */
.ioux-hero.hero-product .lead.text-white-50,
.ioux-hero.hero-product .text-white-50{color:var(--ioux-muted-2)!important;}
.ioux-hero.hero-company .lead.text-white-50,
.ioux-hero.hero-company .text-white-50{color:#6b5d3e!important;}
[data-bs-theme="dark"] .ioux-hero.hero-product .lead.text-white-50,
[data-bs-theme="dark"] .ioux-hero.hero-product .text-white-50{color:rgba(255,255,255,.6)!important;}
[data-bs-theme="dark"] .ioux-hero.hero-company .lead.text-white-50,
[data-bs-theme="dark"] .ioux-hero.hero-company .text-white-50{color:#d8c89e!important;}

/* FIX: lead-h2 (H2 sub) must be readable on light heroes */
.ioux-hero.hero-product .lead-h2{color:var(--ioux-navy)!important;}
.ioux-hero.hero-company .lead-h2{color:#5a4d2e!important;}
[data-bs-theme="dark"] .ioux-hero.hero-product .lead-h2{color:#cfe0f5!important;}
[data-bs-theme="dark"] .ioux-hero.hero-company .lead-h2{color:#d8c89e!important;}

/* UPSRTC client page */
.upsrtc-list{list-style:none;padding:0;margin:0;}
.upsrtc-list li{margin-bottom:.5rem;}
.upsrtc-item{display:flex;align-items:center;gap:.4rem;text-decoration:none;color:var(--ioux-card-ink);font-size:.95rem;padding:.35rem .5rem;border-radius:8px;transition:background .15s;}
.upsrtc-item:hover{background:rgba(46,111,183,.08);color:var(--ioux-blue);}
.upsrtc-item i{color:var(--ioux-gold);font-size:.8rem;}
.upsrtc-lang{display:inline-block;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);border-radius:14px;padding:1rem 1.2rem;text-align:left;}
.upsrtc-lang__label{font-family:'IBM Plex Mono',monospace;font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;color:#9cc2ee;display:block;margin-bottom:.6rem;}
.upsrtc-lang__opts{display:flex;flex-wrap:wrap;gap:.4rem;}
.upsrtc-lang__opts a{padding:.3rem .8rem;border-radius:20px;background:rgba(255,255,255,.1);color:#fff;text-decoration:none;font-size:.9rem;font-weight:600;}
.upsrtc-lang__opts a.active{background:var(--ioux-gold);color:#1a1505;}
.upsrtc-lang__opts a:hover{background:rgba(255,255,255,.2);}
.upsrtc-lang__opts a.active:hover{background:#b8941f;}
.upsrtc-lang__note{font-size:.72rem;color:#9cc2ee;margin-top:.6rem;}

/* sitewide multilingual indicator (in footer + app sections) */
.lang-pills{display:inline-flex;flex-wrap:wrap;gap:.4rem;align-items:center;}
.lang-pills .lp{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.16);border-radius:20px;padding:.2rem .7rem;font-size:.82rem;color:#fff;}
.lang-pills .lp-more{color:#9cc2ee;font-size:.78rem;}

/* ============ KNOWLEDGE HUB ARTICLE (editorial) ============ */
.ioux-hero.hero-article{background:linear-gradient(120deg,#fbfaf6,#f4f1e8);color:var(--ioux-ink);border-bottom:1px solid var(--ioux-line);border-top:4px solid var(--ioux-navy);}
.ioux-hero.hero-article::after{display:none;}
.kh-back{font-family:'IBM Plex Mono',monospace;font-size:.78rem;letter-spacing:.06em;text-transform:uppercase;color:var(--ioux-blue);text-decoration:none;}
.kh-back:hover{color:var(--ioux-navy);}
.kh-tag{display:inline-block;background:var(--ioux-navy);color:#fff;font-family:'IBM Plex Mono',monospace;font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;padding:.35rem .8rem;border-radius:4px;}
.kh-title{font-family:'Fraunces',serif;font-weight:600;color:var(--ioux-blue);font-size:clamp(2rem,4.5vw,3rem);line-height:1.08;letter-spacing:-.01em;}
.kh-meta{font-family:'IBM Plex Mono',monospace;font-size:.76rem;letter-spacing:.04em;color:var(--ioux-muted-2);}
.kh-rule{width:60px;height:3px;background:var(--ioux-gold);border-radius:2px;margin-top:.5rem;}
.kh-standfirst{font-family:'Fraunces',serif;font-size:1.4rem;line-height:1.5;color:var(--ioux-navy);margin-bottom:2rem;}
.kh-learn{background:#faf8f3;border:1px solid var(--ioux-line);border-left:4px solid var(--ioux-gold);border-radius:10px;padding:1.4rem 1.6rem;margin:2rem 0;}
[data-bs-theme="dark"] .kh-learn{background:#10233d;}
.kh-learn-head{font-family:'IBM Plex Mono',monospace;font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--ioux-muted-2);margin-bottom:.8rem;}
.kh-learn-list{list-style:none;padding:0;margin:0;}
.kh-learn-item{display:flex;gap:.6rem;padding:.5rem 0;border-bottom:1px solid var(--ioux-line);font-size:1.02rem;}
.kh-learn-item:last-child{border-bottom:none;}
.kh-learn-item i{color:var(--ioux-gold);}
.kh-h2{font-family:'Fraunces',serif;font-size:1.6rem;color:var(--ioux-navy);margin:2.2rem 0 .8rem;}
[data-bs-theme="dark"] .kh-h2,[data-bs-theme="dark"] .kh-standfirst{color:#eaf0f7;}
.kh-p{font-size:1.1rem;line-height:1.75;color:var(--ioux-ink);margin-bottom:1.1rem;}
.kh-quote{font-family:'Fraunces',serif;font-style:italic;font-size:1.25rem;line-height:1.5;color:var(--ioux-muted-2);border-left:4px solid var(--ioux-gold);background:#faf6ec;padding:1.2rem 1.5rem;margin:1.6rem 0;border-radius:0 8px 8px 0;}
[data-bs-theme="dark"] .kh-quote{background:#13243d;color:#cdd9e8;}
.kh-key{background:rgba(46,111,183,.08);border-radius:10px;padding:1rem 1.3rem;margin:1.6rem 0;font-weight:500;color:var(--ioux-navy);}
[data-bs-theme="dark"] .kh-key{color:#cfe0f5;}
.kh-key i{color:var(--ioux-gold);}
.kh-cta{background:var(--ioux-navy);border-radius:14px;padding:1.8rem 2rem;margin:2.5rem 0 1.5rem;text-align:center;}
.kh-cta h3{color:#fff;}
.kh-disclaimer{font-size:.85rem;color:var(--ioux-muted-2);border-top:1px solid var(--ioux-line);padding-top:1.2rem;margin-top:1.5rem;}

/* ============ SIGNATURE ELEMENTS ============ */
/* product: quick steps strip */
.ioux-quicksteps{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin:0 0 1rem;}
@media(max-width:767px){.ioux-quicksteps{grid-template-columns:1fr 1fr;}}
.qs-step{display:flex;gap:.7rem;align-items:flex-start;background:var(--ioux-card);border:1px solid var(--ioux-line);border-radius:12px;padding:1rem 1.1rem;}
.qs-n{flex:0 0 28px;width:28px;height:28px;border-radius:50%;background:var(--ioux-blue);color:#fff;font-family:'IBM Plex Mono',monospace;font-size:.85rem;display:flex;align-items:center;justify-content:center;font-weight:600;}
.qs-t{font-weight:600;font-size:.95rem;color:var(--ioux-card-ink);}
.qs-d{font-size:.84rem;color:var(--ioux-muted-2);line-height:1.4;}
/* sector: proof strip */
.ioux-proofstrip{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;background:var(--ioux-navy);border-radius:16px;padding:1.6rem 1rem;}
@media(max-width:767px){.ioux-proofstrip{grid-template-columns:1fr 1fr;}}
.ps-cell{text-align:center;}
.ps-num{font-family:'Fraunces',serif;font-size:1.7rem;color:var(--ioux-gold);line-height:1;}
.ps-lbl{font-size:.82rem;color:#9cc2ee;margin-top:.3rem;}
/* company: value line */
.ioux-valueline{text-align:center;max-width:760px;margin:1rem auto;padding:1.5rem;}
.vl-mark{font-size:2rem;color:var(--ioux-gold);}
.vl-quote{font-family:'Fraunces',serif;font-size:1.5rem;line-height:1.45;color:var(--ioux-navy);margin:.5rem 0;}
[data-bs-theme="dark"] .vl-quote{color:#eaf0f7;}
.vl-attrib{font-family:'IBM Plex Mono',monospace;font-size:.78rem;letter-spacing:.06em;text-transform:uppercase;color:var(--ioux-muted-2);}

/* ============ GLOSSARY ============ */
.gloss-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1rem;margin:0;}
.gloss-item{background:var(--ioux-card);border:1px solid var(--ioux-line);border-left:3px solid var(--ioux-gold);border-radius:10px;padding:1.1rem 1.3rem;}
.gloss-term{font-family:'Fraunces',serif;font-weight:600;font-size:1.1rem;color:var(--ioux-navy);margin-bottom:.35rem;}
[data-bs-theme="dark"] .gloss-term{color:#eaf0f7;}
.gloss-def{font-size:.95rem;line-height:1.55;color:var(--ioux-muted-2);margin:0;}


/* ===== top utility bar (non-sticky; nav below stays sticky) ===== */
.ioux-utilitybar{background:var(--ioux-navy);color:#cfe0f5;font-size:.8rem;}
.ioux-utilitybar .container{min-height:34px;padding-top:.3rem;padding-bottom:.3rem;}
.ioux-utilitybar a{color:#fff;font-weight:700;text-decoration:none;}
.ioux-utilitybar a:hover{color:var(--ioux-gold);}
.ioux-utilitybar .ub-sep{opacity:.5;margin:0 .45rem;}
@media(max-width:575px){.ioux-utilitybar .ub-hours,.ioux-utilitybar .ub-sep{display:none;}.ioux-utilitybar .container{justify-content:center!important;}}
/* ===== footer W3C validate badge + obfuscated mail ===== */
.ioux-footer .w3c-validate{display:inline-flex;align-items:center;gap:.4rem;}
.ioux-footer .w3c-validate img{display:block;height:26px;width:auto;}
.ioux-footer .w3c-validate .w3c-validate-txt{font-size:.78rem;color:#8aa0bb;}
.ioux-footer .w3c-validate:hover .w3c-validate-txt{color:#fff;}
.ioux-footer .ioux-mail{color:#cdd9e8;}
.ioux-footer .ioux-mail:hover{color:#fff;}


/* ===== Option B: sticky-nav enquiry link (replaces the old top utility bar) ===== */
.ioux-nav .nav-enquiry{display:inline-flex;align-items:center;gap:.45rem;color:var(--ioux-ink);text-decoration:none;white-space:nowrap;line-height:1.05;}
.ioux-nav .nav-enquiry i{color:var(--ioux-gold);font-size:1.15rem;}
.ioux-nav .nav-enquiry:hover{color:var(--ioux-blue);}
.ioux-nav .nav-enquiry .ne-txt{display:flex;flex-direction:column;}
.ioux-nav .nav-enquiry .ne-num{font-weight:700;font-size:.88rem;}
.ioux-nav .nav-enquiry .ne-hrs{font-weight:500;font-size:.68rem;color:var(--ioux-muted-2);}
/* keep the floating contact widget clear of (and above) the consent banner */
.ioux-contact{z-index:1090;bottom:calc(18px + var(--ioux-consent-h,0px));transition:bottom .25s ease;}

/* ===== mobile nav: full-width tappable CTAs + enquiry in the open menu ===== */
@media(max-width:991.98px){
  .ioux-nav .navbar-nav .btn:not(#themeToggle){display:block;width:100%;margin:.25rem 0;}
  .ioux-nav .nav-enquiry{padding:.5rem 0;}
  .ioux-nav .navbar-nav{padding-top:.4rem;}
}

/* ===== A) remove hero background grid lines (both themes, every page) ===== */
.ioux-hero::after{display:none!important;}
/* ===== B) keep the top nav light in both light and dark themes ===== */
[data-bs-theme="dark"] .ioux-nav{background:#f7f5f0;border-bottom:1px solid rgba(11,37,69,.12);}
[data-bs-theme="dark"] .ioux-nav .nav-link{color:#0B2545;}
[data-bs-theme="dark"] .ioux-nav .nav-link:hover,[data-bs-theme="dark"] .ioux-nav .nav-link.active{color:#2E6FB7;}
[data-bs-theme="dark"] .ioux-nav .nav-enquiry{color:#0B2545;}
[data-bs-theme="dark"] .ioux-nav .nav-enquiry .ne-hrs{color:#5b6b80;}
[data-bs-theme="dark"] .ioux-nav .btn-ghost{color:#0B2545;}
[data-bs-theme="dark"] .ioux-nav #themeToggle{color:#0B2545;}
[data-bs-theme="dark"] .ioux-nav .ioux-logo-lockup .lk-word{color:#0B2545;}
[data-bs-theme="dark"] .ioux-nav .ioux-logo-lockup .lk-tag{color:#0B2545;border-top-color:rgba(11,37,69,.22);}
[data-bs-theme="dark"] .ioux-nav .dropdown-menu{background:#fff;border-color:rgba(11,37,69,.12);}
[data-bs-theme="dark"] .ioux-nav .dropdown-item{color:#0B2545;}
[data-bs-theme="dark"] .ioux-nav .dropdown-item:hover{background:rgba(46,111,183,.1);color:#2E6FB7;}
[data-bs-theme="dark"] .ioux-nav .dropdown-header{color:#5b6b80;}
[data-bs-theme="dark"] .ioux-nav .navbar-toggler{border-color:rgba(11,37,69,.2);}
