:root{
  --ink:#0c1b33;
  --ink-2:#203654;
  --muted:#66758b;
  --muted-2:#8492a8;
  --navy:#071a32;
  --navy-2:#0d2a4f;
  --blue:#2458ff;
  --violet:#6d5dfc;
  --cyan:#18b6d2;
  --aqua:#0ca6a0;
  --paper:#f5f7fb;
  --paper-2:#edf2fb;
  --surface:#ffffff;
  --surface-2:#f8fbff;
  --border:#dce5f2;
  --border-strong:#c4d0e3;
  --shadow:0 24px 70px rgba(13,42,79,.12);
  --shadow-soft:0 14px 34px rgba(13,42,79,.08);
  --shadow-card:0 18px 42px rgba(13,42,79,.10);
  --radius:20px;
  --radius-sm:14px;
  --radius-xs:10px;
  --ok:#0c8f79;
  --warn:#a76500;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;overflow-x:hidden}
body{
  margin:0;
  font-family:system-ui,"Segoe UI","PingFang SC","Microsoft YaHei","Hiragino Sans GB",sans-serif;
  color:var(--ink);
  background:
    linear-gradient(90deg,rgba(36,88,255,.045) 1px,transparent 1px),
    linear-gradient(rgba(36,88,255,.035) 1px,transparent 1px),
    linear-gradient(180deg,#f7f9fe 0,#eef3fb 420px,#f8fafc 100%);
  background-size:40px 40px,40px 40px,auto;
  overflow-x:hidden;
}
body:before{
  content:"";
  position:fixed;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background:
    linear-gradient(115deg,rgba(109,93,252,.13),transparent 38%),
    linear-gradient(245deg,rgba(24,182,210,.12),transparent 42%),
    linear-gradient(180deg,rgba(255,255,255,.68),rgba(255,255,255,.18));
}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}

.topbar{
  position:sticky;
  top:0;
  z-index:30;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:22px;
  padding:14px 6vw;
  background:rgba(255,255,255,.88);
  border-bottom:1px solid rgba(196,208,227,.72);
  box-shadow:0 10px 28px rgba(13,42,79,.05);
  backdrop-filter:blur(18px);
}
.brand{
  display:flex;
  align-items:center;
  gap:11px;
  min-width:max-content;
  color:var(--navy);
  font-weight:700;
  line-height:1.2;
}
.brand:before{
  content:"";
  width:36px;
  height:36px;
  border-radius:12px;
  background:url("/assets/brand-mark.svg") center/cover no-repeat;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.58),0 14px 30px rgba(36,88,255,.20);
}
.topbar nav{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:3px;
  flex-wrap:wrap;
  font-size:14px;
}
.topbar nav a{
  color:#40536f;
  padding:9px 10px;
  border-radius:999px;
  transition:background .18s ease,color .18s ease,transform .18s ease,box-shadow .18s ease;
}
.topbar nav a:hover{
  background:#eef3ff;
  color:var(--blue);
  transform:translateY(-1px);
}
.topbar nav a[href="#/contact"]{
  margin-left:4px;
  color:#fff;
  background:linear-gradient(135deg,var(--blue),var(--violet));
  box-shadow:0 10px 22px rgba(36,88,255,.18);
}
.topbar nav a[href="#/privacy"],
.topbar nav a[href="#/admin"]{color:#718096}

.footer{
  padding:32px 6vw;
  color:var(--muted);
  text-align:center;
  border-top:1px solid var(--border);
  background:rgba(255,255,255,.78);
}
.page{
  max-width:1240px;
  margin:auto;
  padding:46px 6vw;
}
.page>h1,
.media-intro h1{
  margin:0 0 12px;
  color:var(--navy);
  font-size:40px;
  font-weight:600;
  line-height:1.18;
  overflow-wrap:anywhere;
}
.page>.muted,
.media-intro .muted{max-width:760px}
.muted{color:var(--muted);line-height:1.75}
.section-title{
  margin:34px 0 18px;
  color:var(--navy-2);
  font-size:28px;
  font-weight:600;
}

.hero{
  display:grid;
  grid-template-columns:1.25fr .75fr;
  gap:30px;
  align-items:center;
  padding:48px 0;
}
.eyebrow,.home-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  width:max-content;
  max-width:100%;
  color:#2749cf;
  background:linear-gradient(180deg,#f6f8ff,#eef3ff);
  border:1px solid #d8e1ff;
  border-radius:999px;
  padding:8px 13px;
  font-size:13px;
  font-weight:600;
}
.hero h1{
  margin:18px 0 16px;
  color:var(--navy);
  font-size:46px;
  font-weight:600;
  line-height:1.12;
}
.hero h1,
.home-hero__copy h1,
.home-section__head h2,
.home-cta h2,
.card h3{overflow-wrap:anywhere}
.hero p{
  color:#3d5171;
  font-size:18px;
  line-height:1.8;
}
.actions,.home-actions{
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
  margin-top:22px;
}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  border:0;
  border-radius:999px;
  padding:11px 17px;
  background:linear-gradient(135deg,var(--blue),var(--violet));
  color:white;
  font-weight:600;
  cursor:pointer;
  box-shadow:0 14px 28px rgba(36,88,255,.20);
  transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease;
}
.btn:hover{transform:translateY(-1px);box-shadow:0 18px 36px rgba(36,88,255,.24)}
.btn.secondary{
  color:#173963;
  background:#eef5ff;
  box-shadow:none;
}
.btn.ghost{
  color:#27415f;
  background:#fff;
  border:1px solid var(--border);
  box-shadow:none;
}
.btn.ghost:hover{
  color:var(--blue);
  border-color:#bfcaff;
  background:#f6f8ff;
  box-shadow:0 12px 24px rgba(36,88,255,.10);
}
.card-primary{
  min-height:40px;
  padding:10px 15px;
  box-shadow:0 12px 24px rgba(36,88,255,.16);
}

.panel,.card{
  background:rgba(255,255,255,.94);
  border:1px solid rgba(220,229,242,.92);
  border-radius:var(--radius);
  box-shadow:var(--shadow-soft);
}
.panel{padding:26px}
.card{padding:22px}
.card h3{
  margin:0 0 10px;
  color:var(--navy-2);
  line-height:1.35;
}
.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}
.kpi{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  margin:20px 0;
}
.kpi .card{
  position:relative;
  overflow:hidden;
  min-height:120px;
  box-shadow:var(--shadow-soft);
}
.kpi .card:before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:5px;
  height:100%;
  background:linear-gradient(180deg,var(--blue),var(--cyan));
}
.kpi .card strong{
  display:block;
  color:var(--blue);
  font-size:32px;
  line-height:1.1;
}
.kpi .card p{margin:10px 0 0;color:var(--muted)}

form{display:grid;gap:16px}
.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
label{
  display:grid;
  gap:7px;
  color:#2c3d57;
  font-weight:600;
}
input,select,textarea{
  width:100%;
  border:1px solid var(--border);
  border-radius:12px;
  padding:12px 13px;
  background:#fff;
  color:var(--ink);
  outline:0;
}
input:focus,select:focus,textarea:focus{
  border-color:#9db0ff;
  box-shadow:0 0 0 4px rgba(36,88,255,.12);
}
textarea{min-height:96px;resize:vertical}
.checks{display:flex;gap:10px;flex-wrap:wrap}
.check{
  display:inline-flex;
  align-items:center;
  gap:7px;
  border:1px solid var(--border);
  border-radius:999px;
  padding:8px 12px;
  background:#fbfdff;
  font-weight:650;
}
.check input{width:auto}
.notice,.success{
  border-radius:16px;
  padding:15px 16px;
  line-height:1.75;
}
.notice{background:#fff8eb;border:1px solid #f6d7a2;color:#81510c}
.success{background:#eefbf8;border:1px solid #ace6da;color:#086455}
.table-wrap{
  overflow:auto;
  border:1px solid var(--border);
  border-radius:18px;
  background:white;
  box-shadow:var(--shadow-soft);
}
table{border-collapse:collapse;width:100%;min-width:820px}
th,td{
  text-align:left;
  padding:14px 13px;
  border-bottom:1px solid var(--border);
  vertical-align:top;
}
th{
  position:sticky;
  top:0;
  z-index:1;
  background:#f0f5fd;
  color:#253c5c;
  font-size:13px;
}
tbody tr:nth-child(even){background:#fbfdff}
tbody tr:hover{background:#f5f8ff}
.pill{
  display:inline-flex;
  align-items:center;
  border-radius:999px;
  padding:5px 10px;
  margin:2px;
  font-size:12px;
  font-weight:600;
  line-height:1.25;
  white-space:nowrap;
}
.pill--violet{color:#4d3fc5;background:#f0efff;border:1px solid #dad7ff}
.pill--blue{color:#2450c5;background:#edf4ff;border:1px solid #d5e4ff}
.pill--cyan{color:#057486;background:#e9f9fc;border:1px solid #cceef5}
.level{font-size:60px;color:var(--blue);font-weight:700}
.tabs{display:flex;gap:8px;flex-wrap:wrap;margin:18px 0}
.tabs .is-active{
  color:#fff;
  background:linear-gradient(135deg,var(--blue),var(--violet));
  border-color:transparent;
  box-shadow:0 12px 26px rgba(36,88,255,.20);
}
.hidden{display:none!important}
.admin-login{max-width:430px}
.route-line{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  padding-left:0;
  list-style:none;
}
.route-line li{
  background:#f8fbff;
  border:1px solid var(--border);
  border-radius:16px;
  padding:15px;
}
code{font-family:Consolas,"Cascadia Mono","SF Mono",Menlo,monospace;font-size:12px;color:#31516f}

.home-site{color:var(--ink);overflow:hidden}
.home-hero{
  position:relative;
  min-height:650px;
  color:white;
  border-bottom:1px solid rgba(13,42,79,.18);
  background:
    linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px),
    linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),
    linear-gradient(135deg,#06142a 0%,#102b55 52%,#24318f 100%);
  background-size:46px 46px,46px 46px,auto;
}
.home-hero:before{
  content:"";
  position:absolute;
  inset:auto 0 0 0;
  height:190px;
  pointer-events:none;
  background:linear-gradient(180deg,transparent,rgba(248,250,252,1));
}
.home-hero__inner{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:.94fr 1.06fr;
  gap:46px;
  align-items:center;
  max-width:1260px;
  margin:0 auto;
  padding:74px 6vw 92px;
}
.home-hero__copy{min-width:0}
.home-hero__copy h1{
  max-width:780px;
  margin:20px 0 18px;
  color:#fff;
  font-size:58px;
  font-weight:600;
  line-height:1.08;
  letter-spacing:0;
}
.home-hero__copy p{
  max-width:720px;
  margin:0;
  color:#d7e3f4;
  font-size:18px;
  line-height:1.9;
}
.home-kicker{
  color:#dfe8ff;
  background:rgba(255,255,255,.10);
  border-color:rgba(255,255,255,.18);
}
.home-primary{
  background:linear-gradient(135deg,#4a6cff,var(--violet));
  box-shadow:0 18px 38px rgba(36,88,255,.34);
}
.home-secondary{
  color:#13264a;
  background:#fff;
  border:1px solid rgba(255,255,255,.28);
  box-shadow:0 16px 32px rgba(7,26,50,.20);
}
.home-link{
  color:#e8f1ff;
  border-bottom:1px solid rgba(232,241,255,.54);
  font-weight:600;
  padding:8px 0;
}
.home-stats{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-top:30px;
}
.home-stats div{
  min-height:86px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:18px;
  padding:14px 15px;
  background:rgba(255,255,255,.08);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.10);
}
.home-stats strong{display:block;color:#fff;font-size:21px}
.home-stats span{display:block;margin-top:6px;color:#bdcae3;font-size:13px}
.home-ops{
  position:relative;
  display:grid;
  gap:14px;
  min-width:0;
}
.home-ops:before{
  content:"";
  position:absolute;
  inset:22px -12px -18px 26px;
  z-index:-1;
  border:1px solid rgba(255,255,255,.12);
  border-radius:28px;
  background:rgba(255,255,255,.06);
}
.home-ops__image{
  display:block;
  width:100%;
  max-width:100%;
  border-radius:24px;
  border:1px solid rgba(255,255,255,.20);
  background:#08172c;
  box-shadow:0 34px 90px rgba(0,8,24,.42);
}
.home-ops__tray{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}
.home-ops__tray div{
  min-height:96px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:18px;
  padding:14px;
  background:rgba(9,23,45,.78);
  box-shadow:0 14px 34px rgba(2,12,24,.22);
}
.home-ops__tray small{display:block;color:#9eb0d3}
.home-ops__tray strong{display:block;margin-top:9px;color:#fff;font-size:21px}

.home-section{
  max-width:1260px;
  margin:0 auto;
  padding:78px 6vw;
}
.home-section--plain{background:transparent}
.home-section--flow,.home-section--value{
  max-width:none;
  background:#edf3fc;
}
.home-section--flow .home-section__head,
.home-section--flow .home-flow,
.home-section--value .home-section__head,
.home-section--value .home-value-grid{
  max-width:1260px;
  margin-left:auto;
  margin-right:auto;
}
.home-section--split{
  display:grid;
  grid-template-columns:.76fr 1.24fr;
  gap:46px;
  align-items:center;
}
.home-section--value{
  color:white;
  background:
    linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px),
    linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),
    linear-gradient(135deg,#071a32,#102d59 58%,#312a84);
  background-size:42px 42px,42px 42px,auto;
}
.home-section__head{text-align:center;margin-bottom:32px}
.home-section__head--left{text-align:left;margin-bottom:0}
.home-section__head span,.home-cta span{
  display:block;
  margin-bottom:10px;
  color:#3858d8;
  font-size:13px;
  font-weight:700;
}
.home-section__head h2,.home-cta h2{
  margin:0;
  color:var(--navy);
  font-size:35px;
  font-weight:600;
  line-height:1.26;
  letter-spacing:0;
}
.home-section__head p{
  margin:15px 0 22px;
  color:#5d6f88;
  font-size:16px;
  line-height:1.8;
}
.home-section--value .home-section__head span{color:#b9c8ff}
.home-section--value .home-section__head h2{color:white}
.home-solution-grid,.home-scene-grid,.home-value-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}
.home-card,.home-scene,.home-value{
  position:relative;
  overflow:hidden;
  min-height:212px;
  border:1px solid rgba(220,229,242,.94);
  border-radius:20px;
  padding:23px;
  background:rgba(255,255,255,.94);
  box-shadow:var(--shadow-soft);
}
.home-card:before,.home-scene:before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:5px;
  background:linear-gradient(90deg,var(--blue),var(--violet),var(--cyan));
}
.home-card b{
  display:inline-flex;
  margin-bottom:34px;
  color:var(--blue);
  font-size:15px;
}
.home-card h3,.home-scene h3,.home-value h3{
  margin:0 0 11px;
  color:var(--navy);
  font-size:20px;
  line-height:1.35;
}
.home-card p,.home-scene p,.home-value p{margin:0;color:#5b6f89;line-height:1.75}
.home-flow{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:14px;
  position:relative;
}
.home-flow:before{
  content:"";
  position:absolute;
  left:7%;
  right:7%;
  top:33px;
  height:2px;
  background:linear-gradient(90deg,var(--blue),var(--violet),var(--cyan));
}
.home-step{
  position:relative;
  min-height:136px;
  border:1px solid var(--border);
  border-radius:20px;
  padding:18px;
  background:#fff;
  box-shadow:var(--shadow-soft);
}
.home-step em{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:38px;
  height:38px;
  margin-bottom:18px;
  color:#fff;
  background:linear-gradient(135deg,var(--blue),var(--violet));
  border-radius:50%;
  font-style:normal;
  font-weight:700;
  box-shadow:0 10px 22px rgba(36,88,255,.22);
}
.home-step strong{display:block;color:#16395f;line-height:1.45}
.home-capability-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.home-chip{
  position:relative;
  display:grid;
  grid-template-columns:44px 1fr;
  grid-template-rows:auto auto;
  align-items:center;
  column-gap:12px;
  min-height:104px;
  border:1px solid var(--border);
  border-radius:20px;
  padding:16px;
  color:var(--navy);
  background:linear-gradient(180deg,#fff,#f6f9ff);
  box-shadow:var(--shadow-soft);
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}
.home-chip:hover{
  transform:translateY(-3px);
  border-color:#bdc9ff;
  box-shadow:var(--shadow-card);
}
.home-chip__icon{
  grid-row:1/3;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:44px;
  height:44px;
  border-radius:15px;
  background:#eef3ff;
}
.home-chip__icon i{
  width:20px;
  height:20px;
  border-radius:7px;
  background:linear-gradient(135deg,var(--blue),var(--violet));
  box-shadow:10px 8px 0 rgba(24,182,210,.28);
}
.home-chip[data-accent="1"] .home-chip__icon i{background:linear-gradient(135deg,var(--violet),#9b6bff)}
.home-chip[data-accent="2"] .home-chip__icon i{background:linear-gradient(135deg,var(--cyan),var(--aqua))}
.home-chip strong{font-size:16px;line-height:1.35}
.home-chip small{margin-top:4px;color:var(--muted);font-size:12px;line-height:1.35}
.home-scene-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.home-value-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.home-value{
  min-height:182px;
  border-color:rgba(255,255,255,.18);
  background:rgba(255,255,255,.08);
  box-shadow:none;
}
.home-value h3{color:white}
.home-value p{color:#dce7fb}
.home-cta{
  max-width:1260px;
  margin:0 auto 28px;
  padding:44px 6vw;
  display:flex;
  justify-content:space-between;
  gap:30px;
  align-items:center;
  border-top:1px solid var(--border);
  background:rgba(255,255,255,.82);
}
.home-cta h2{max-width:780px}
.home-cta .home-actions{margin-top:0;justify-content:flex-end}
.home-cta .home-secondary{background:#eef5ff}

.consent{
  display:flex;
  align-items:flex-start;
  gap:10px;
  border:1px solid var(--border);
  background:#f8fbff;
  border-radius:16px;
  padding:13px;
  font-weight:650;
  line-height:1.7;
}
.consent input{width:auto;margin-top:6px}
.consent a{color:#2749cf;font-weight:600}
.filter-panel{margin:12px 0 16px;box-shadow:none;background:#fbfdff}
.link-btn{border:0;background:none;color:#2749cf;padding:4px 0;cursor:pointer;font-weight:600}
.bar-row{display:flex;justify-content:space-between;gap:12px;border-bottom:1px solid var(--border);padding:10px 0}
.bar-row:last-child{border-bottom:0}
.learning-card p,.privacy-page p,.gov-page p{line-height:1.75}
.result-page h2,.admin-page h2,.gov-page h2{margin-top:30px;color:var(--navy-2)}

.media-page>h1{margin-bottom:10px}
.media-intro{
  max-width:860px;
  margin-bottom:24px;
}
.media-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
  margin-top:24px;
}
.capability-grid{align-items:stretch}
.media-card,.case-card{
  position:relative;
  overflow:hidden;
  padding:0;
  border-radius:22px;
  box-shadow:var(--shadow-card);
}
.media-card:hover,.case-card:hover{
  transform:translateY(-3px);
  box-shadow:0 24px 58px rgba(13,42,79,.14);
}
.media-card,.case-card{transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.media-cover-shell{
  position:relative;
  overflow:hidden;
  padding:14px 14px 0;
  background:
    linear-gradient(90deg,rgba(255,255,255,.50) 1px,transparent 1px),
    linear-gradient(rgba(255,255,255,.42) 1px,transparent 1px),
    linear-gradient(135deg,#eff4ff,#f8fbff);
  background-size:24px 24px,24px 24px,auto;
}
.media-cover{
  display:block;
  width:100%;
  height:206px;
  object-fit:cover;
  border:1px solid rgba(255,255,255,.78);
  border-radius:18px;
  background:#edf3ff;
  box-shadow:0 16px 34px rgba(13,42,79,.10);
}
.media-badge{
  position:absolute;
  top:24px;
  left:24px;
  display:inline-flex;
  align-items:center;
  min-height:28px;
  border:1px solid rgba(255,255,255,.60);
  border-radius:999px;
  padding:5px 10px;
  color:#eef5ff;
  background:rgba(7,26,50,.70);
  font-size:12px;
  font-weight:600;
  backdrop-filter:blur(10px);
}
.media-body{padding:21px}
.media-label{
  display:inline-flex;
  margin-bottom:8px;
  color:#4056d4;
  font-size:12px;
  font-weight:700;
}
.media-body h3{
  margin:0 0 10px;
  color:var(--navy);
  font-size:22px;
  line-height:1.32;
}
.media-body p{line-height:1.75;color:#50627c}
.pill-row{margin:12px 0}
.card-actions{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
  margin-top:14px;
}
.media-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:14px 0;
}
.video-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  border:1px solid #cfdbf0;
  border-radius:999px;
  padding:9px 12px;
  color:#214270;
  background:#f7faff;
  font-weight:600;
  font-size:13px;
  line-height:1.2;
}
.video-link span{
  width:18px;
  height:18px;
  border-radius:50%;
  background:linear-gradient(135deg,var(--cyan),var(--blue));
  position:relative;
  flex:0 0 auto;
}
.video-link span:after{
  content:"";
  position:absolute;
  left:7px;
  top:5px;
  border-left:6px solid #fff;
  border-top:4px solid transparent;
  border-bottom:4px solid transparent;
}
.video-link:hover{
  border-color:#b7c6f8;
  background:#eef4ff;
}
.video-placeholder{
  position:relative;
  display:grid;
  grid-template-columns:42px 1fr 54px;
  gap:12px;
  align-items:center;
  min-height:76px;
  margin:16px 0 8px;
  padding:13px;
  overflow:hidden;
  border:1px solid #d6e0f0;
  border-radius:18px;
  background:
    linear-gradient(90deg,rgba(36,88,255,.08) 1px,transparent 1px),
    linear-gradient(rgba(36,88,255,.06) 1px,transparent 1px),
    linear-gradient(135deg,#f8fbff,#eff5ff);
  background-size:18px 18px,18px 18px,auto;
}
.play-dot{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  border-radius:50%;
  background:linear-gradient(135deg,var(--blue),var(--violet));
  box-shadow:0 10px 22px rgba(36,88,255,.24);
}
.play-dot:after{
  content:"";
  margin-left:3px;
  border-left:10px solid #fff;
  border-top:7px solid transparent;
  border-bottom:7px solid transparent;
}
.video-placeholder__copy small{
  display:block;
  color:#516685;
  font-size:12px;
  font-weight:600;
}
.video-placeholder__copy strong{
  display:block;
  margin-top:3px;
  color:var(--navy-2);
  line-height:1.35;
}
.video-placeholder i{
  display:block;
  height:34px;
  border-radius:999px;
  background:
    linear-gradient(90deg,var(--blue) 0 34%,transparent 34% 44%,var(--violet) 44% 68%,transparent 68% 76%,var(--cyan) 76%);
  opacity:.74;
}
.case-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:22px;
  margin-top:20px;
}
.case-card .media-cover{height:224px}
.case-topline{margin-bottom:10px}
.case-meta{
  margin:0 0 14px;
  color:#718096;
  font-weight:600;
}
.case-facts{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin:14px 0;
}
.case-facts div{
  min-height:126px;
  border:1px solid var(--border);
  border-radius:16px;
  padding:13px;
  background:#f8fbff;
}
.case-facts span{
  display:block;
  margin-bottom:8px;
  color:#3858d8;
  font-size:12px;
  font-weight:700;
}
.case-facts p{margin:0;color:#455a78}
.result-strip{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin:14px 0;
}
.result-strip span{
  display:block;
  min-height:74px;
  border:1px solid #d5e4ff;
  border-radius:16px;
  padding:12px;
  color:#16385f;
  background:linear-gradient(180deg,#f7fbff,#eef5ff);
  font-weight:700;
  line-height:1.45;
}
.result-strip small{
  display:block;
  margin-bottom:4px;
  color:#6d7f98;
  font-size:12px;
  font-weight:600;
}
.case-evidence{font-size:13px}
.learning-hero{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  margin:20px 0 24px;
  background:
    linear-gradient(90deg,rgba(36,88,255,.05) 1px,transparent 1px),
    linear-gradient(rgba(36,88,255,.045) 1px,transparent 1px),
    linear-gradient(120deg,#ffffff,#eef4ff);
  background-size:28px 28px,28px 28px,auto;
}
.learning-hero h2{margin:10px 0;color:var(--navy)}
.learning-media-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.admin-page>h1{font-size:38px}
.admin-page .actions:first-child{margin-top:0;justify-content:flex-end}
.admin-page .kpi{grid-template-columns:repeat(7,minmax(120px,1fr));overflow:auto;padding-bottom:6px}
.gov-grid{margin-top:22px}

.h5-tabbar{display:none}
@media print{
  .topbar,.footer,.print-hidden,.h5-tabbar{display:none!important}
  body{background:white;padding-bottom:0}
  body:before{display:none}
  .page{max-width:none;padding:0}
  .panel,.card,.table-wrap{box-shadow:none}
  .route-line,.grid,.kpi{break-inside:avoid}
}
@media(max-width:1080px){
  .topbar{align-items:flex-start;flex-direction:column}
  .topbar nav{justify-content:flex-start}
  .home-hero__inner,.home-section--split{grid-template-columns:1fr}
  .home-hero__inner{padding-top:58px}
  .home-hero__copy h1{font-size:48px}
  .home-solution-grid,.home-capability-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .home-flow,.home-scene-grid,.home-value-grid{grid-template-columns:1fr 1fr}
  .home-flow:before{display:none}
  .home-cta{align-items:flex-start;flex-direction:column}
  .home-cta .home-actions{justify-content:flex-start}
  .media-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .admin-page .kpi{grid-template-columns:repeat(4,minmax(150px,1fr))}
}
@media(max-width:820px){
  body{padding-bottom:calc(78px + env(safe-area-inset-bottom))}
  .topbar,.home-hero,.home-section,.home-cta,.footer{max-width:100vw}
  .topbar{gap:10px;padding:12px 5vw}
  .topbar nav{
    width:100%;
    flex-wrap:nowrap;
    justify-content:flex-start;
    overflow-x:auto;
    scrollbar-width:none;
    padding-bottom:2px;
  }
  .topbar nav::-webkit-scrollbar{display:none}
  .topbar nav a{white-space:nowrap;padding:8px 9px}
  .brand{line-height:1.35;min-width:0}
  .brand:before{width:30px;height:30px;border-radius:10px}
  .page{padding:30px 5vw}
  .page>h1,.media-intro h1{font-size:31px}
  .hero,.grid,.grid.two,.form-grid,.kpi,.route-line{grid-template-columns:1fr}
  .hero h1{font-size:34px}
  .panel{padding:19px;border-radius:18px}
  input,select,textarea{font-size:16px}
  .btn{min-height:44px}
  .home-hero{min-height:0}
  .home-hero__inner,.home-section,.home-cta{padding-left:5vw;padding-right:5vw}
  .home-hero__inner{padding-bottom:66px}
  .home-hero__copy h1{max-width:100%;font-size:40px;word-break:break-word}
  .home-hero__copy p{font-size:17px}
  .home-ops,.home-ops__image{width:100%;max-width:100%}
  .home-ops:before{display:none}
  .home-stats,.home-ops__tray{grid-template-columns:1fr}
  .home-section{padding-top:58px;padding-bottom:58px}
  .home-section__head h2,.home-cta h2{font-size:28px}
  .home-solution-grid,.home-capability-grid,.home-flow,.home-scene-grid,.home-value-grid{grid-template-columns:1fr}
  .home-chip{min-height:86px}
  .home-actions{gap:10px}
  .home-actions .btn{width:100%}
  .home-link{margin-right:12px}
  .media-grid,.case-grid,.learning-media-grid{grid-template-columns:1fr}
  .media-cover{height:190px}
  .case-card .media-cover{height:198px}
  .case-facts,.result-strip{grid-template-columns:1fr}
  .learning-hero{align-items:flex-start;flex-direction:column}
  .video-placeholder{grid-template-columns:42px 1fr}
  .video-placeholder i{display:none}
  .admin-page .kpi{grid-template-columns:1fr}
  .footer{padding-bottom:calc(106px + env(safe-area-inset-bottom))}
  .h5-tabbar{
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    z-index:40;
    width:100vw;
    max-width:100vw;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:6px;
    padding:9px 10px calc(9px + env(safe-area-inset-bottom));
    border-top:1px solid var(--border);
    background:rgba(255,255,255,.96);
    box-shadow:0 -12px 34px rgba(13,42,79,.12);
    backdrop-filter:blur(16px);
  }
  .h5-tabbar a{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:46px;
    border-radius:16px;
    color:#40536f;
    font-size:13px;
    font-weight:600;
  }
  .h5-tabbar a.is-active{
    color:#fff;
    background:linear-gradient(135deg,var(--blue),var(--violet));
    box-shadow:0 10px 22px rgba(36,88,255,.20);
  }
  body[data-route="admin"]{padding-bottom:0}
  body[data-route="admin"] .h5-tabbar{display:none}
}
@media(max-width:460px){
  .home-hero__copy h1{font-size:34px}
  .home-section__head h2,.home-cta h2{font-size:25px}
  .home-kicker{font-size:12px}
  .home-primary,.home-secondary{width:100%}
  .media-cover{height:172px}
  .case-card .media-cover{height:178px}
}

/* Home v4: deep-blue neon command center, scoped to the homepage route. */
body[data-route="home"]{
  color:#eef6ff;
  background:
    radial-gradient(circle at 73% 18%,rgba(39,100,255,.34),transparent 32%),
    radial-gradient(circle at 16% 36%,rgba(146,69,255,.26),transparent 32%),
    linear-gradient(180deg,#020716 0%,#030b24 58%,#020615 100%);
}
body[data-route="home"] .topbar{
  padding:16px 3.2vw;
  color:#fff;
  background:rgba(4,13,39,.88);
  border-bottom:1px solid rgba(72,112,255,.26);
  box-shadow:0 18px 60px rgba(0,0,0,.24);
}
body[data-route="home"] .brand{color:#fff;text-shadow:0 0 22px rgba(97,187,255,.35)}
body[data-route="home"] .brand:before{width:42px;height:42px;border-radius:14px;box-shadow:0 0 24px rgba(43,214,255,.55)}
body[data-route="home"] .topbar nav a{color:#edf4ff;font-weight:600}
body[data-route="home"] .topbar nav a:hover{color:#fff;background:rgba(72,112,255,.18)}
body[data-route="home"] .footer{
  color:#7484b4;
  background:#020615;
  border-top-color:rgba(80,116,255,.18);
}
.home-site{
  min-height:100vh;
  color:#fff;
  background:
    radial-gradient(circle at 54% 24%,rgba(0,153,255,.34),transparent 31%),
    radial-gradient(circle at 84% 38%,rgba(152,77,255,.22),transparent 34%),
    linear-gradient(180deg,#020716 0%,#030b24 62%,#020615 100%);
}
.home-hero{
  position:relative;
  min-height:auto;
  overflow:hidden;
  color:#fff;
  border-bottom:0;
  background:
    linear-gradient(90deg,rgba(65,140,255,.08) 1px,transparent 1px),
    linear-gradient(rgba(65,140,255,.07) 1px,transparent 1px),
    radial-gradient(circle at 66% 22%,rgba(30,92,255,.5),transparent 31%),
    radial-gradient(circle at 20% 44%,rgba(151,70,255,.26),transparent 34%),
    linear-gradient(180deg,#020718 0%,#07143a 58%,#020716 100%);
  background-size:58px 58px,58px 58px,auto,auto,auto;
}
.home-hero:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 18% 22%,#63d8ff 0 1px,transparent 2px),
    radial-gradient(circle at 68% 12%,#9d7bff 0 1px,transparent 2px),
    radial-gradient(circle at 88% 42%,#35f1ff 0 1px,transparent 2px),
    linear-gradient(120deg,transparent 0 46%,rgba(56,139,255,.2) 47%,transparent 48% 100%);
  opacity:.9;
}
.home-hero:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:300px;
  pointer-events:none;
  background:
    linear-gradient(180deg,transparent,rgba(0,5,18,.78) 78%,#020615),
    linear-gradient(90deg,transparent 0 4%,rgba(24,91,255,.28) 4% 5%,transparent 5% 9%,rgba(47,231,255,.28) 9% 10%,transparent 10% 100%);
  background-size:auto,120px 100%;
}
.home-cityline{
  position:absolute;
  inset:auto 0 0 0;
  height:280px;
  opacity:.48;
  background:
    linear-gradient(180deg,transparent 0 24%,rgba(12,37,94,.55) 24% 100%),
    repeating-linear-gradient(90deg,transparent 0 38px,rgba(31,95,198,.45) 38px 42px,transparent 42px 92px);
  clip-path:polygon(0 72%,4% 57%,7% 72%,11% 48%,15% 72%,20% 38%,24% 72%,30% 55%,35% 72%,41% 28%,45% 72%,50% 52%,55% 72%,61% 33%,66% 72%,72% 44%,76% 72%,82% 18%,86% 72%,91% 42%,95% 72%,100% 55%,100% 100%,0 100%);
}
.home-hero__inner{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:34px;
  align-items:center;
  max-width:1500px;
  margin:0 auto;
  padding:28px 3.2vw 0;
}
.home-hero__copy{padding-top:10px}
.home-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#e7e9ff;
  border:1px solid rgba(152,104,255,.48);
  border-radius:999px;
  padding:11px 18px;
  background:linear-gradient(135deg,rgba(54,84,255,.38),rgba(161,74,255,.38));
  box-shadow:0 0 32px rgba(122,78,255,.28),inset 0 1px 0 rgba(255,255,255,.18);
}
.home-kicker:before{
  content:"✦";
  color:#78eaff;
  text-shadow:0 0 16px #78eaff;
}
.home-hero__copy h1{
  max-width:720px;
  margin:22px 0 20px;
  color:#fff;
  font-size:64px;
  font-weight:700;
  line-height:1.05;
  letter-spacing:0;
  text-shadow:0 0 34px rgba(63,154,255,.3);
}
.home-hero__copy h1 span,.home-hero__copy h1 em{display:block;font-style:normal}
.home-hero__copy h1 em{
  background:linear-gradient(90deg,#ffefff 0%,#b178ff 35%,#56c8ff 76%,#ffffff 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  text-shadow:none;
}
.home-hero__copy p{
  max-width:670px;
  margin:0;
  color:#d9e8ff;
  font-size:19px;
  line-height:1.9;
}
.home-hero__copy p span{display:block}
.home-actions{margin-top:28px}
.home-primary{
  min-height:54px;
  border-radius:14px;
  padding:14px 26px;
  background:linear-gradient(135deg,#1f75ff 0%,#6e4dff 52%,#db5cff 100%);
  box-shadow:0 0 32px rgba(80,105,255,.55),0 18px 42px rgba(7,20,64,.42);
}
.home-primary:after{content:"→";margin-left:10px}
.home-secondary{
  min-height:54px;
  border-radius:14px;
  color:#fff;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(115,146,255,.28);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.12);
}
.home-link{
  display:inline-flex;
  align-items:center;
  color:#f3f6ff;
  border-bottom:0;
  padding:10px 0;
}
.home-link:after{
  content:"›";
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:18px;
  height:18px;
  margin-left:8px;
  border:1px solid #c067ff;
  border-radius:50%;
  color:#e66cff;
  box-shadow:0 0 14px rgba(203,79,255,.55);
}
.home-visual{
  position:relative;
  min-height:430px;
}
.home-ai-core{
  position:absolute;
  right:-38px;
  top:-28px;
  width:min(640px,50vw);
  max-width:none;
  filter:drop-shadow(0 0 28px rgba(52,219,255,.5));
}
.home-float-card{
  position:absolute;
  z-index:3;
  display:grid;
  grid-template-columns:54px 1fr;
  grid-template-rows:auto auto;
  column-gap:12px;
  min-width:196px;
  padding:15px 18px;
  border:1px solid rgba(111,150,255,.34);
  border-radius:18px;
  background:rgba(11,25,66,.72);
  box-shadow:0 18px 44px rgba(0,0,0,.25),inset 0 1px 0 rgba(255,255,255,.12);
  backdrop-filter:blur(16px);
}
.home-float-card strong{font-size:18px;line-height:1.25}
.home-float-card small{color:#c5d4f7;font-size:13px;line-height:1.5}
.home-float-card .home-icon{grid-row:1/3}
.home-float-card--1{left:16px;top:176px}
.home-float-card--2{right:18px;top:48px}
.home-float-card--3{right:-4px;top:222px}
.home-float-card--4{left:38px;bottom:34px}
.home-hero__bottom{
  position:relative;
  z-index:3;
  max-width:1460px;
  margin:0 auto;
  padding:0 3.2vw 24px;
}
.home-stats{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:0;
  width:min(780px,100%);
  margin:0 0 12px;
  border:1px solid rgba(101,145,255,.32);
  border-radius:18px;
  overflow:hidden;
  background:rgba(7,19,58,.72);
  box-shadow:0 0 34px rgba(36,88,255,.22),inset 0 1px 0 rgba(255,255,255,.12);
  backdrop-filter:blur(18px);
}
.home-stats div{
  display:grid;
  grid-template-columns:46px 1fr;
  grid-template-rows:auto auto;
  column-gap:12px;
  min-height:74px;
  padding:13px 18px;
  border:0;
  border-right:1px solid rgba(115,146,255,.2);
  border-radius:0;
  background:transparent;
}
.home-stats div:last-child{border-right:0}
.home-stat-icon{
  grid-row:1/3;
  width:42px;
  height:42px;
  border-radius:14px;
  background:linear-gradient(135deg,#2ee8ff,#5b56ff);
  box-shadow:0 0 18px rgba(73,210,255,.55);
}
.home-stats div[data-stat="1"] .home-stat-icon{background:linear-gradient(135deg,#a85cff,#41e6ff)}
.home-stats div[data-stat="2"] .home-stat-icon{background:linear-gradient(135deg,#3b7cff,#bb6cff)}
.home-stats div[data-stat="3"] .home-stat-icon{background:linear-gradient(135deg,#5df1ff,#4267ff)}
.home-stats strong{display:block;color:#fff;font-size:24px;line-height:1.1}
.home-stats div[data-stat="2"] strong{font-size:20px;white-space:nowrap}
.home-stats small{display:block;margin-top:5px;color:#bed0f7;font-size:13px}
.home-module-strip{
  display:grid;
  grid-template-columns:repeat(7,minmax(0,1fr));
  gap:10px;
  padding:12px;
  border:1px solid rgba(83,126,255,.33);
  border-radius:24px;
  background:linear-gradient(180deg,rgba(15,35,92,.78),rgba(5,18,58,.72));
  box-shadow:0 0 38px rgba(42,100,255,.25),inset 0 1px 0 rgba(255,255,255,.12);
  backdrop-filter:blur(18px);
}
.home-module-card{
  display:grid;
  grid-template-columns:52px 1fr;
  grid-template-rows:auto auto;
  column-gap:12px;
  align-items:center;
  min-height:72px;
  padding:10px;
  border-radius:18px;
  color:#fff;
  background:rgba(255,255,255,.045);
  transition:transform .18s ease,background .18s ease,box-shadow .18s ease;
}
.home-module-card:hover{
  transform:translateY(-3px);
  background:rgba(73,110,255,.18);
  box-shadow:0 12px 28px rgba(0,0,0,.18);
}
.home-module-card .home-icon{grid-row:1/3}
.home-module-card strong{font-size:17px;line-height:1.25}
.home-module-card small{color:#c6d6ff;font-size:13px;line-height:1.45}
.home-icon{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:52px;
  height:52px;
  border-radius:17px;
  background:radial-gradient(circle at 35% 30%,#8df5ff,transparent 28%),linear-gradient(135deg,#155fff,#7a4dff 58%,#db5dff);
  box-shadow:0 0 24px rgba(64,159,255,.55),inset 0 1px 0 rgba(255,255,255,.26);
}
.home-icon:before,.home-icon:after{content:"";position:absolute}
.home-icon:before{width:24px;height:24px;border:3px solid rgba(255,255,255,.88);border-radius:8px}
.home-icon:after{width:12px;height:12px;border-radius:50%;background:#fff;box-shadow:0 0 12px #fff}
.home-icon--bot:before{border-radius:50%;width:28px;height:22px}
.home-icon--bot:after{width:5px;height:5px;box-shadow:12px 0 0 #fff}
.home-icon--target:before{border-radius:50%;width:30px;height:30px}.home-icon--target:after{background:#48fff4}
.home-icon--puzzle:before{border-radius:6px;transform:rotate(45deg)}.home-icon--puzzle:after{display:none}
.home-icon--rocket:before{width:26px;height:18px;border-radius:18px 18px 4px 18px;transform:rotate(-35deg)}.home-icon--rocket:after{width:16px;height:4px;border-radius:8px;transform:translate(-13px,13px) rotate(-35deg);background:#ffd36e}
.home-icon--layers:before{width:28px;height:18px;border-radius:4px;transform:rotate(45deg)}.home-icon--layers:after{width:26px;height:18px;border-radius:4px;transform:translateY(8px) rotate(45deg);background:transparent;border:2px solid rgba(255,255,255,.66)}
.home-icon--bolt:before{width:14px;height:28px;border:0;background:#fff;clip-path:polygon(58% 0,100% 0,58% 42%,100% 42%,26% 100%,42% 55%,0 55%)}.home-icon--bolt:after{display:none}
.home-icon--folder:before{width:30px;height:22px;border-radius:5px}.home-icon--folder:after{width:18px;height:4px;border-radius:4px;left:13px;top:15px;background:#fff}
.home-icon--cap:before{width:32px;height:18px;border-radius:3px;transform:skewX(-18deg)}.home-icon--cap:after{width:22px;height:4px;border-radius:4px;transform:translateY(14px)}
.home-icon--chart:before{width:6px;height:28px;border:0;border-radius:4px;background:#fff;box-shadow:12px -8px 0 rgba(255,255,255,.8),24px -18px 0 rgba(255,255,255,.62)}.home-icon--chart:after{display:none}
.home-icon--rise:before{width:30px;height:22px;border:0;border-left:4px solid #fff;border-bottom:4px solid #fff;border-radius:0}.home-icon--rise:after{width:22px;height:22px;border-radius:0;background:transparent;border-top:4px solid #fff;border-right:4px solid #fff;transform:rotate(-8deg)}
.home-icon--aim:before{border-radius:50%;width:30px;height:30px}.home-icon--aim:after{width:10px;height:10px;background:#fff}
.home-icon--users:before{width:20px;height:20px;border-radius:50%;transform:translateX(-8px)}.home-icon--users:after{width:18px;height:18px;border-radius:50%;transform:translate(10px,4px);background:rgba(255,255,255,.78)}
.home-icon--shield:before{width:28px;height:32px;border-radius:16px 16px 8px 8px;clip-path:polygon(50% 0,92% 18%,82% 78%,50% 100%,18% 78%,8% 18%)}.home-icon--shield:after{display:none}
.home-icon--globe:before{border-radius:50%;width:32px;height:32px}.home-icon--globe:after{width:30px;height:2px;border-radius:0;background:#fff;box-shadow:0 -10px 0 rgba(255,255,255,.56),0 10px 0 rgba(255,255,255,.56)}
.home-value-panel{
  position:relative;
  padding:28px 3.2vw 34px;
  background:
    radial-gradient(circle at 50% 0,rgba(54,88,255,.22),transparent 35%),
    linear-gradient(180deg,#020615,#050d2a 54%,#020615);
}
.home-value-panel .home-section__head{max-width:900px;margin:0 auto 28px;text-align:center}
.home-value-panel .home-section__head span{
  display:block;
  color:#fff;
  font-size:30px;
  font-weight:700;
}
.home-value-panel .home-section__head h2{
  margin-top:8px;
  color:#93a8ff;
  font-size:16px;
}
.home-value-panel .home-value-grid{
  max-width:1460px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:14px;
  padding:16px;
  border:1px solid rgba(83,126,255,.28);
  border-radius:28px;
  background:rgba(8,22,65,.58);
}
.home-value-panel .home-value{
  min-height:126px;
  padding:18px;
  border:1px solid rgba(91,132,255,.28);
  border-radius:20px;
  background:linear-gradient(180deg,rgba(25,49,118,.68),rgba(12,25,70,.62));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.12);
}
.home-value-panel .home-value h3{margin:14px 0 8px;color:#fff;font-size:19px}
.home-value-panel .home-value p{margin:0;color:#c7d5ff;line-height:1.55}
.home-cta--dark{
  max-width:none;
  margin:0;
  padding:38px 6vw 50px;
  color:#fff;
  border-top:1px solid rgba(83,126,255,.24);
  background:#020615;
}
.home-cta--dark span{color:#7cecff}
.home-cta--dark h2{color:#fff}
@media(max-width:1180px){
  .home-hero__inner{grid-template-columns:1fr;padding-top:34px}
  .home-visual{min-height:470px}
  .home-ai-core{left:50%;right:auto;transform:translateX(-50%);width:min(780px,96vw)}
  .home-float-card--1{left:5%;top:188px}
  .home-float-card--2{right:5%;top:42px}
  .home-float-card--3{right:4%;top:250px}
  .home-float-card--4{left:8%;bottom:46px}
  .home-module-strip{grid-template-columns:repeat(4,minmax(0,1fr))}
  .home-value-panel .home-value-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:820px){
  body[data-route="home"]{overflow-x:hidden}
  body[data-route="home"] .topbar{padding:12px 5vw}
  body[data-route="home"] .brand:before{width:34px;height:34px}
  .home-hero,.home-hero__inner,.home-hero__copy{max-width:100vw;overflow:hidden}
  .home-hero__inner{padding:28px 5vw 0}
  .home-hero__copy h1{font-size:40px;overflow-wrap:anywhere}
  .home-hero__copy p{max-width:100%;font-size:16px;line-height:1.75;overflow-wrap:anywhere;word-break:break-all}
  .home-actions .btn{width:100%}
  .home-link{width:auto}
  .home-visual{min-height:380px;margin-top:12px}
  .home-ai-core{width:112vw}
  .home-float-card{display:none}
  .home-hero__bottom{padding:0 5vw 34px}
  .home-stats{grid-template-columns:1fr 1fr;width:100%}
  .home-stats div:nth-child(2){border-right:0}
  .home-stats div{min-height:78px}
  .home-module-strip{grid-template-columns:1fr;gap:8px;padding:12px}
  .home-module-card{min-height:74px}
  .home-value-panel{padding:36px 5vw}
  .home-value-panel .home-section__head span{font-size:24px}
  .home-value-panel .home-value-grid{grid-template-columns:1fr;padding:12px}
  .home-cta--dark{padding:34px 5vw 42px}
}
@media(max-width:460px){
  .home-hero__copy h1{font-size:35px}
  .home-kicker{font-size:12px;padding:9px 12px}
  .home-visual{min-height:320px}
  .home-ai-core{width:124vw}
  .home-stats{grid-template-columns:1fr}
  .home-stats div{border-right:0;border-bottom:1px solid rgba(115,146,255,.2)}
  .home-stats div:last-child{border-bottom:0}
}
@media(max-width:600px){
  body[data-route="home"]{padding-bottom:0}
  body[data-route="home"] .h5-tabbar{display:none}
  body[data-route="home"] .footer{padding-bottom:30px}
  .home-stats{grid-template-columns:1fr}
  .home-stats div{border-right:0;border-bottom:1px solid rgba(115,146,255,.2)}
  .home-stats div:last-child{border-bottom:0}
}

/* Full-site v8 design system: deep-blue SaaS command center. */
:root{
  --ink:#eef6ff;
  --ink-2:#dce8ff;
  --muted:#aab9df;
  --muted-2:#8090bd;
  --navy:#eef6ff;
  --navy-2:#dce8ff;
  --blue:#2f7bff;
  --violet:#9a5cff;
  --cyan:#39e8ff;
  --aqua:#47ffd7;
  --paper:#020716;
  --paper-2:#061038;
  --surface:rgba(11,25,66,.72);
  --surface-2:rgba(17,36,90,.62);
  --border:rgba(104,145,255,.28);
  --border-strong:rgba(89,221,255,.44);
  --shadow:0 30px 90px rgba(0,5,22,.42);
  --shadow-soft:0 18px 50px rgba(0,8,30,.30);
  --shadow-card:0 26px 70px rgba(0,8,30,.36),0 0 30px rgba(63,134,255,.12);
  --radius:22px;
  --radius-sm:16px;
  --radius-xs:12px;
  --ok:#47ffd7;
  --warn:#ffd36e;
  --danger:#ff6f9d;
  --tech-gradient:linear-gradient(135deg,#2f7bff 0%,#6f5bff 54%,#d75cff 100%);
  --glass:linear-gradient(180deg,rgba(23,48,116,.78),rgba(8,20,58,.68));
  --glass-strong:linear-gradient(180deg,rgba(33,70,154,.82),rgba(8,20,58,.78));
  --grid-line:rgba(64,132,255,.12);
  --glow-blue:0 0 28px rgba(57,232,255,.26),0 18px 44px rgba(0,0,0,.24);
}
body{
  color:var(--ink);
  background:
    linear-gradient(90deg,var(--grid-line) 1px,transparent 1px),
    linear-gradient(var(--grid-line) 1px,transparent 1px),
    linear-gradient(115deg,rgba(21,50,126,.38) 0 19%,transparent 19% 42%,rgba(72,53,160,.28) 42% 58%,transparent 58% 100%),
    linear-gradient(180deg,#020716 0%,#061239 48%,#020615 100%);
  background-size:54px 54px,54px 54px,auto,auto;
}
body:before{
  z-index:-2;
  background:
    radial-gradient(circle,#69ecff 0 1px,transparent 1.8px) 12px 20px/138px 138px,
    radial-gradient(circle,#9c7cff 0 1px,transparent 1.8px) 82px 54px/182px 182px,
    linear-gradient(120deg,transparent 0 46%,rgba(64,132,255,.16) 47%,transparent 48% 100%);
  opacity:.78;
}
body:after{
  content:"";
  position:fixed;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background:
    linear-gradient(180deg,rgba(2,7,22,.10),rgba(2,6,21,.86)),
    linear-gradient(90deg,rgba(28,95,255,.18),transparent 28%,transparent 72%,rgba(139,76,255,.12));
}

.topbar{
  color:#fff;
  background:rgba(7,17,48,.88);
  border-bottom:1px solid rgba(97,140,255,.28);
  box-shadow:0 18px 60px rgba(0,0,0,.26);
}
.brand{color:#fff;text-shadow:0 0 22px rgba(97,187,255,.34)}
.brand:before{box-shadow:0 0 24px rgba(43,214,255,.50),inset 0 0 0 1px rgba(255,255,255,.34)}
.topbar nav a{color:#dfe8ff;font-weight:600}
.topbar nav a:hover{
  color:#fff;
  background:rgba(83,128,255,.16);
  box-shadow:0 0 20px rgba(57,232,255,.12);
}
.topbar nav a[href="#/contact"]{
  color:#fff;
  background:var(--tech-gradient);
  box-shadow:0 0 28px rgba(75,108,255,.44);
}
.topbar nav a[href="#/privacy"],
.topbar nav a[href="#/admin"]{color:#c4d1f5}
.footer{
  color:#7787b7;
  background:#020615;
  border-top:1px solid rgba(83,126,255,.22);
}

.page{
  position:relative;
  max-width:1320px;
  padding:52px 4vw 64px;
}
.page:before{
  content:"";
  position:absolute;
  inset:24px 2vw auto;
  height:190px;
  z-index:-1;
  border-radius:28px;
  border:1px solid rgba(83,126,255,.18);
  background:
    linear-gradient(90deg,rgba(57,232,255,.13) 1px,transparent 1px),
    linear-gradient(rgba(57,232,255,.10) 1px,transparent 1px),
    linear-gradient(135deg,rgba(31,117,255,.24),rgba(154,92,255,.14));
  background-size:38px 38px,38px 38px,auto;
  opacity:.64;
}
.page>h1,
.media-intro h1{
  color:#fff;
  font-size:42px;
  font-weight:700;
  text-shadow:0 0 28px rgba(57,232,255,.20);
}
.page>.muted,
.media-intro .muted,
.muted{
  color:var(--muted);
}
.section-title,
.result-page h2,
.admin-page h2,
.gov-page h2{
  color:#fff;
  font-weight:700;
}
.eyebrow{
  color:#eaf2ff;
  background:linear-gradient(135deg,rgba(48,95,255,.38),rgba(154,92,255,.36));
  border:1px solid rgba(147,116,255,.46);
  box-shadow:0 0 24px rgba(94,114,255,.20),inset 0 1px 0 rgba(255,255,255,.14);
}
.eyebrow:before{
  content:"";
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--cyan);
  box-shadow:0 0 12px var(--cyan);
}

.panel,
.card,
.route-line li,
.filter-panel,
.case-facts div,
.result-strip span,
.learning-hero{
  color:var(--ink);
  border:1px solid var(--border);
  background:var(--glass);
  box-shadow:var(--shadow-soft),inset 0 1px 0 rgba(255,255,255,.12);
  backdrop-filter:blur(18px);
}
.panel,
.card{border-radius:var(--radius)}
.card,
.media-card,
.case-card,
.home-module-card,
.home-value-panel .home-value{
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background .18s ease;
}
.card:hover,
.media-card:hover,
.case-card:hover{
  transform:translateY(-4px);
  border-color:rgba(57,232,255,.45);
  box-shadow:var(--shadow-card);
}
.card h3,
.media-body h3,
.learning-hero h2{
  color:#fff;
  font-weight:700;
}
.card p,
.media-body p,
.case-facts p,
.result-strip span,
.privacy-page p,
.gov-page p,
.learning-card p,
.panel p{
  color:#c5d5fb;
}

.btn,
.card-primary{
  min-height:46px;
  border:1px solid rgba(142,168,255,.20);
  border-radius:14px;
  background:var(--tech-gradient);
  color:#fff;
  box-shadow:0 0 30px rgba(75,108,255,.42),0 18px 38px rgba(0,0,0,.24);
}
.btn:hover{
  transform:translateY(-2px);
  box-shadow:0 0 36px rgba(57,232,255,.32),0 22px 48px rgba(0,0,0,.32);
}
.btn.secondary,
.btn.ghost,
.home-secondary{
  color:#f0f6ff;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(118,154,255,.30);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.12);
}
.btn.secondary:hover,
.btn.ghost:hover{
  color:#fff;
  border-color:rgba(57,232,255,.50);
  background:rgba(69,112,255,.18);
}
.tabs .is-active{
  background:var(--tech-gradient);
  box-shadow:0 0 28px rgba(91,93,255,.38);
}

label{color:#dce8ff}
input,
select,
textarea{
  color:#eef6ff;
  border:1px solid rgba(105,146,255,.28);
  background:rgba(3,10,32,.68);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
}
input::placeholder,
textarea::placeholder{color:#7180ad}
input:focus,
select:focus,
textarea:focus{
  border-color:rgba(57,232,255,.72);
  box-shadow:0 0 0 4px rgba(57,232,255,.12),0 0 26px rgba(57,232,255,.16);
}
select option{
  color:#eef6ff;
  background:#071231;
}
.checks{gap:12px}
.check,
.consent{
  color:#dce8ff;
  border:1px solid rgba(105,146,255,.26);
  background:rgba(11,25,66,.54);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
}
.check:has(input:checked){
  color:#fff;
  border-color:rgba(57,232,255,.58);
  background:linear-gradient(135deg,rgba(47,123,255,.34),rgba(154,92,255,.26));
}
.consent a,
.link-btn{
  color:#7cecff;
  text-shadow:0 0 12px rgba(57,232,255,.28);
}

.kpi .card{
  min-height:118px;
  overflow:hidden;
  background:var(--glass-strong);
}
.kpi .card:before{
  width:100%;
  height:3px;
  background:linear-gradient(90deg,var(--cyan),var(--blue),var(--violet));
  box-shadow:0 0 20px rgba(57,232,255,.35);
}
.kpi .card:after{
  content:"";
  position:absolute;
  right:18px;
  top:18px;
  width:44px;
  height:44px;
  border-radius:15px;
  background:linear-gradient(135deg,rgba(57,232,255,.32),rgba(154,92,255,.32));
  box-shadow:0 0 26px rgba(57,232,255,.20);
}
.kpi .card strong,
.level{
  color:#fff;
  text-shadow:0 0 24px rgba(57,232,255,.40);
}
.kpi .card p{color:#b9c8f4}

.pill{
  color:#eaf2ff;
  border:1px solid rgba(105,146,255,.30);
  background:rgba(47,123,255,.14);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.10);
}
.pill--violet{color:#eadfff;background:rgba(154,92,255,.18);border-color:rgba(185,129,255,.38)}
.pill--blue{color:#dce8ff;background:rgba(47,123,255,.18);border-color:rgba(98,144,255,.40)}
.pill--cyan{color:#dffcff;background:rgba(57,232,255,.13);border-color:rgba(57,232,255,.38)}
.notice,
.success,
.error-state,
.empty-state,
.loading-state{
  border:1px solid rgba(105,146,255,.28);
  border-radius:18px;
  color:#f0f6ff;
  background:linear-gradient(180deg,rgba(21,42,98,.78),rgba(8,20,58,.70));
  box-shadow:var(--shadow-soft);
}
.notice{border-color:rgba(255,211,110,.38);color:#ffe5a6}
.success{border-color:rgba(71,255,215,.38);color:#c8fff4}
.empty-state,
.loading-state{
  padding:28px;
  text-align:center;
}

.table-wrap{
  border:1px solid rgba(105,146,255,.30);
  background:rgba(5,14,42,.78);
  box-shadow:var(--shadow-soft),inset 0 1px 0 rgba(255,255,255,.10);
}
.table-wrap table{
  color:#e8f1ff;
  border-collapse:separate;
  border-spacing:0;
}
.table-wrap th,
.table-wrap td{
  border-bottom:1px solid rgba(105,146,255,.16);
}
.table-wrap th{
  color:#93f4ff;
  background:#081738;
  text-shadow:0 0 14px rgba(57,232,255,.18);
}
.table-wrap tbody tr,
.table-wrap tbody tr:nth-child(even),
.table-wrap tbody tr:nth-child(odd),
.table-wrap tbody tr:hover{
  background:transparent;
}
.table-wrap tbody td{
  color:#e8f1ff;
  background:rgba(5,14,42,.70);
  transition:background .14s ease,color .14s ease,box-shadow .14s ease;
}
.table-wrap tbody tr:nth-child(even) td{
  background:rgba(8,22,60,.76);
}
.table-wrap tbody tr:hover td{
  color:#fff;
  background:rgba(13,32,78,.92);
  box-shadow:inset 0 1px 0 rgba(57,232,255,.10),inset 0 -1px 0 rgba(57,232,255,.10);
}
.table-wrap tbody tr:hover td:first-child{
  box-shadow:inset 3px 0 0 rgba(57,232,255,.86),inset 0 1px 0 rgba(57,232,255,.10),inset 0 -1px 0 rgba(57,232,255,.10);
}
code{
  color:#93f4ff;
  background:rgba(57,232,255,.08);
  border:1px solid rgba(57,232,255,.18);
  border-radius:8px;
  padding:2px 5px;
}

.media-cover-shell,
.case-cover-shell{
  background:
    linear-gradient(90deg,rgba(57,232,255,.13) 1px,transparent 1px),
    linear-gradient(rgba(57,232,255,.10) 1px,transparent 1px),
    linear-gradient(135deg,rgba(28,63,150,.82),rgba(13,28,78,.82));
  background-size:24px 24px,24px 24px,auto;
}
.media-cover{
  border:1px solid rgba(121,158,255,.35);
  background:#071231;
  box-shadow:0 20px 48px rgba(0,8,30,.24),0 0 24px rgba(57,232,255,.12);
}
.media-label,
.case-facts span{
  color:#7cecff;
  text-shadow:0 0 12px rgba(57,232,255,.22);
}
.media-badge{
  color:#f7fbff;
  border:1px solid rgba(57,232,255,.38);
  background:rgba(6,15,44,.78);
}
.video-link{
  color:#e9f3ff;
  border-color:rgba(105,146,255,.30);
  background:rgba(255,255,255,.07);
}
.video-link:hover{
  color:#fff;
  border-color:rgba(57,232,255,.50);
  background:rgba(47,123,255,.16);
}
.video-placeholder{
  border-color:rgba(105,146,255,.28);
  background:
    linear-gradient(90deg,rgba(57,232,255,.10) 1px,transparent 1px),
    linear-gradient(rgba(57,232,255,.08) 1px,transparent 1px),
    linear-gradient(135deg,rgba(9,24,66,.86),rgba(17,36,90,.70));
}
.video-placeholder__copy small{color:#8fa3d4}
.video-placeholder__copy strong{color:#fff}
.case-meta,
.result-strip small,
.video-placeholder__copy small{color:#9fb0de}
.case-facts div,
.result-strip span{
  background:rgba(6,18,52,.58);
}
.learning-hero{
  background:
    linear-gradient(90deg,rgba(57,232,255,.11) 1px,transparent 1px),
    linear-gradient(rgba(57,232,255,.08) 1px,transparent 1px),
    linear-gradient(120deg,rgba(23,48,116,.82),rgba(8,20,58,.72));
  background-size:28px 28px,28px 28px,auto;
}

.tech-visual-card{
  --visual-gradient:linear-gradient(135deg,#00D5FF 0%,#2563EB 52%,#7C3AED 100%);
  --visual-glow:#00D5FF;
  --visual-accent:#7C3AED;
  position:relative;
  height:228px;
  overflow:hidden;
  isolation:isolate;
  border-bottom:1px solid rgba(105,146,255,.24);
  background:
    radial-gradient(circle at 78% 22%,color-mix(in srgb,var(--visual-accent) 44%,transparent),transparent 33%),
    radial-gradient(circle at 18% 28%,color-mix(in srgb,var(--visual-glow) 36%,transparent),transparent 34%),
    linear-gradient(145deg,rgba(4,14,44,.94),rgba(7,18,58,.86));
}
.case-card .tech-visual-card{height:252px}
.learning-card .tech-visual-card{height:214px}
.result-hero__visual .tech-visual-card{
  height:100%;
  min-height:304px;
  border:1px solid rgba(105,146,255,.34);
  border-radius:24px;
  box-shadow:0 26px 80px rgba(0,8,30,.34),0 0 46px color-mix(in srgb,var(--visual-glow) 18%,transparent);
}
.tech-visual-card__meta{
  position:absolute;
  left:18px;
  right:18px;
  bottom:16px;
  z-index:4;
  display:grid;
  grid-template-columns:48px 1fr;
  gap:12px;
  align-items:center;
  min-height:68px;
  border-radius:18px;
  padding:10px 12px;
}
.tech-visual-card__meta span{
  display:block;
  color:#8ef7ff;
  font-size:11px;
  font-weight:700;
  letter-spacing:0;
}
.tech-visual-card__meta strong{
  display:block;
  margin-top:2px;
  color:#fff;
  font-size:16px;
  line-height:1.22;
}
.tech-visual-card__meta small{
  display:block;
  margin-top:4px;
  color:#b9c8f4;
  font-size:11px;
  line-height:1.28;
}
.glow-icon{
  position:relative;
  display:inline-grid;
  place-items:center;
  width:48px;
  height:48px;
  border:1px solid color-mix(in srgb,var(--visual-glow) 48%,transparent);
  border-radius:16px;
  background:linear-gradient(135deg,color-mix(in srgb,var(--visual-glow) 28%,transparent),color-mix(in srgb,var(--visual-accent) 24%,transparent));
  box-shadow:0 0 22px color-mix(in srgb,var(--visual-glow) 28%,transparent),inset 0 1px 0 rgba(255,255,255,.18);
}
.glow-icon i,
.glow-icon:before,
.glow-icon:after{
  content:"";
  position:absolute;
  display:block;
}
.glow-icon i{
  width:22px;
  height:22px;
  border:2px solid #fff;
  border-radius:8px;
  box-shadow:0 0 14px rgba(255,255,255,.54);
}
.glow-icon--bot i{border-radius:50%;height:18px}
.glow-icon--bot:before{width:4px;height:4px;border-radius:50%;background:#fff;box-shadow:10px 0 0 #fff}
.glow-icon--growth i,
.glow-icon--chart i{width:26px;height:19px;border:0;border-left:3px solid #fff;border-bottom:3px solid #fff;border-radius:0}
.glow-icon--growth:before,
.glow-icon--chart:before{width:17px;height:17px;border-top:3px solid #fff;border-right:3px solid #fff;transform:rotate(-8deg)}
.glow-icon--automation i{border-radius:50%;width:25px;height:25px}
.glow-icon--automation:before{width:34px;height:2px;background:#fff;box-shadow:0 10px 0 rgba(255,255,255,.72),0 -10px 0 rgba(255,255,255,.72)}
.glow-icon--factory i{border-radius:3px;width:28px;height:20px;border-top:0}
.glow-icon--factory:before{width:20px;height:16px;border:2px solid #fff;transform:translate(-8px,-10px) skewX(-18deg)}
.glow-icon--leaf i{border-radius:20px 2px 20px 2px;transform:rotate(-28deg)}
.glow-icon--care i{width:28px;height:20px;border:0;background:#fff;clip-path:polygon(50% 82%,10% 42%,10% 18%,34% 4%,50% 20%,66% 4%,90% 18%,90% 42%)}
.glow-icon--gov i{width:30px;height:22px;border-radius:3px;border-top:0}
.glow-icon--gov:before{width:32px;height:8px;background:#fff;clip-path:polygon(50% 0,100% 100%,0 100%)}
.glow-icon--shield i{border-radius:16px 16px 7px 7px;clip-path:polygon(50% 0,94% 18%,82% 78%,50% 100%,18% 78%,6% 18%)}
.glow-icon--tool i{border-radius:5px;width:30px;height:20px}
.glow-icon--tool:before{width:15px;height:4px;border-radius:4px;background:#fff;box-shadow:0 8px 0 rgba(255,255,255,.72)}
.glow-icon--orders i{width:27px;height:22px;border-radius:5px}
.glow-icon--orders:before{width:18px;height:2px;background:#fff;box-shadow:0 7px 0 rgba(255,255,255,.72),0 14px 0 rgba(255,255,255,.48)}

.visual-scene{
  position:absolute;
  inset:22px 24px 72px;
  z-index:2;
}
.visual-object{
  position:absolute;
  display:block;
  border:1px solid color-mix(in srgb,var(--visual-glow) 46%,transparent);
  background:linear-gradient(150deg,rgba(255,255,255,.20),rgba(255,255,255,.05));
  box-shadow:0 0 28px color-mix(in srgb,var(--visual-glow) 20%,transparent),inset 0 1px 0 rgba(255,255,255,.16);
  backdrop-filter:blur(12px);
}
.visual-object i,
.visual-object b,
.visual-object:before,
.visual-object:after{
  content:"";
  position:absolute;
  display:block;
}
.visual-object i{background:color-mix(in srgb,var(--visual-glow) 70%,#fff 30%)}
.visual-object b{background:color-mix(in srgb,var(--visual-accent) 72%,#fff 18%)}
.visual-object--doc,.visual-object--policy{
  left:10%;
  top:6%;
  width:104px;
  height:128px;
  border-radius:16px;
}
.visual-object--doc i,.visual-object--policy i{
  left:18px;
  top:28px;
  width:58px;
  height:7px;
  border-radius:8px;
  box-shadow:0 20px 0 rgba(255,255,255,.54),0 40px 0 rgba(255,255,255,.28);
}
.visual-object--doc b,.visual-object--policy b{right:14px;bottom:14px;width:30px;height:30px;border-radius:50%}
.visual-object--doc-side,.visual-object--book{
  left:32%;
  top:20%;
  width:88px;
  height:100px;
  border-radius:14px;
  transform:rotate(8deg);
}
.visual-object--pen{
  right:11%;
  top:24%;
  width:86px;
  height:16px;
  border-radius:999px;
  transform:rotate(-32deg);
}
.visual-object--bar,.visual-object--chart{
  right:9%;
  bottom:2%;
  width:106px;
  height:74px;
  border-radius:16px;
}
.visual-object--bar i,.visual-object--chart i{
  left:19px;
  bottom:15px;
  width:10px;
  height:28px;
  border-radius:8px;
  box-shadow:22px -14px 0 color-mix(in srgb,var(--visual-accent) 76%,#fff 10%),44px -4px 0 color-mix(in srgb,var(--visual-glow) 62%,#fff 20%);
}
.visual-object--phone{
  left:12%;
  top:3%;
  width:80px;
  height:136px;
  border-radius:20px;
}
.visual-object--phone i{left:14px;top:18px;width:52px;height:72px;border-radius:12px;background:linear-gradient(180deg,var(--visual-accent),transparent)}
.visual-object--phone b{left:28px;bottom:16px;width:24px;height:5px;border-radius:999px}
.visual-object--funnel{
  left:40%;
  top:16%;
  width:86px;
  height:96px;
  clip-path:polygon(0 0,100% 0,68% 48%,68% 100%,32% 100%,32% 48%);
  border-radius:8px;
}
.visual-object--growth{
  right:8%;
  top:26%;
  width:112px;
  height:72px;
  border-radius:18px;
}
.visual-object--growth:before{left:22px;bottom:18px;width:62px;height:34px;border-left:4px solid #fff;border-bottom:4px solid #fff;border-radius:0}
.visual-object--growth:after{right:20px;top:16px;width:24px;height:24px;border-top:4px solid #fff;border-right:4px solid #fff;transform:rotate(-8deg)}
.visual-object--tile,.visual-object--notice{
  right:18%;
  bottom:8%;
  width:78px;
  height:54px;
  border-radius:14px;
}
.visual-object--profile,.visual-object--person{
  left:10%;
  top:14%;
  width:88px;
  height:88px;
  border-radius:28px;
}
.visual-object--profile:before,.visual-object--person:before{left:25px;top:15px;width:34px;height:34px;border-radius:50%;background:#fff}
.visual-object--profile:after,.visual-object--person:after{left:18px;bottom:14px;width:52px;height:18px;border-radius:999px;background:color-mix(in srgb,var(--visual-glow) 70%,#fff 10%)}
.visual-object--curve{
  right:9%;
  top:28%;
  width:120px;
  height:72px;
  border-radius:18px;
}
.visual-object--curve:before{left:18px;top:30px;width:80px;height:26px;border-top:4px solid #fff;border-right:4px solid #fff;border-radius:50%;transform:rotate(-12deg)}
.visual-object--bot,.visual-object--assistant{
  left:8%;
  top:18%;
  width:88px;
  height:70px;
  border-radius:24px;
}
.visual-object--bot:before,.visual-object--assistant:before{left:26px;top:-15px;width:34px;height:14px;border-radius:14px 14px 0 0;border:1px solid rgba(255,255,255,.7)}
.visual-object--bot i,.visual-object--assistant i{left:24px;top:28px;width:8px;height:8px;border-radius:50%;background:#fff;box-shadow:30px 0 0 #fff}
.visual-object--chat{
  right:10%;
  top:10%;
  width:116px;
  height:76px;
  border-radius:18px 18px 18px 5px;
}
.visual-object--chat i{left:18px;top:20px;width:70px;height:7px;border-radius:8px;box-shadow:0 18px 0 rgba(255,255,255,.42)}
.visual-object--nodes,.visual-object--path{
  left:36%;
  bottom:8%;
  width:116px;
  height:66px;
  border:0;
  background:transparent;
  box-shadow:none;
}
.visual-object--nodes:before,.visual-object--path:before{left:10px;top:28px;width:92px;height:2px;background:color-mix(in srgb,var(--visual-glow) 62%,transparent);box-shadow:0 0 16px var(--visual-glow)}
.visual-object--nodes i,.visual-object--path i{left:0;top:18px;width:22px;height:22px;border-radius:50%;box-shadow:47px -12px 0 var(--visual-accent),94px 12px 0 var(--visual-glow)}
.visual-object--product{
  left:10%;
  top:16%;
  width:96px;
  height:92px;
  border-radius:18px;
  transform:rotate(-8deg);
}
.visual-object--product:before{inset:18px;clip-path:polygon(50% 0,100% 26%,100% 74%,50% 100%,0 74%,0 26%);background:linear-gradient(135deg,var(--visual-glow),var(--visual-accent))}
.visual-object--poster{
  right:13%;
  top:12%;
  width:84px;
  height:118px;
  border-radius:16px;
}
.visual-object--wand{
  left:42%;
  top:40%;
  width:90px;
  height:12px;
  border-radius:999px;
  transform:rotate(-35deg);
}
.visual-object--spark{
  right:12%;
  bottom:10%;
  width:68px;
  height:68px;
  border-radius:50%;
}
.visual-object--spark:before{inset:14px;background:#fff;clip-path:polygon(50% 0,62% 36%,100% 50%,62% 64%,50% 100%,38% 64%,0 50%,38% 36%)}
.visual-object--factory{
  left:8%;
  bottom:6%;
  width:128px;
  height:86px;
  border-radius:18px;
}
.visual-object--factory:before{left:12px;top:-34px;width:86px;height:44px;background:linear-gradient(135deg,rgba(255,255,255,.24),rgba(255,255,255,.07));clip-path:polygon(0 100%,0 42%,24% 64%,24% 34%,50% 58%,50% 24%,100% 58%,100% 100%)}
.visual-object--factory i{left:18px;bottom:18px;width:18px;height:18px;border-radius:5px;box-shadow:34px 0 0 var(--visual-accent),68px 0 0 var(--visual-glow)}
.visual-object--robot{
  left:43%;
  top:12%;
  width:72px;
  height:72px;
  border-radius:50%;
}
.visual-object--robot:before{left:-48px;top:34px;width:64px;height:12px;border-radius:999px;background:#fff;transform:rotate(-24deg)}
.visual-object--robot:after{right:-34px;top:18px;width:52px;height:12px;border-radius:999px;background:var(--visual-accent);transform:rotate(30deg)}
.visual-object--screen,.visual-object--quality{
  right:8%;
  top:18%;
  width:112px;
  height:76px;
  border-radius:16px;
}
.visual-object--screen i,.visual-object--quality i{left:15px;top:20px;width:76px;height:5px;border-radius:8px;box-shadow:0 16px 0 rgba(255,255,255,.42),0 32px 0 rgba(255,255,255,.22)}
.visual-object--flow{
  left:9%;
  top:28%;
  width:132px;
  height:62px;
  border:0;
  background:transparent;
  box-shadow:none;
}
.visual-object--flow:before{left:15px;top:29px;width:100px;height:2px;background:#fff;box-shadow:0 0 16px var(--visual-glow)}
.visual-object--flow i{left:0;top:16px;width:30px;height:30px;border-radius:10px;box-shadow:52px 0 0 var(--visual-accent),104px 0 0 var(--visual-glow)}
.visual-object--gear{
  left:45%;
  top:8%;
  width:78px;
  height:78px;
  border-radius:50%;
}
.visual-object--gear:before{inset:18px;border:8px solid #fff;border-radius:50%}
.visual-object--plc{
  right:10%;
  top:32%;
  width:96px;
  height:72px;
  border-radius:14px;
}
.visual-object--plc i{left:14px;top:16px;width:12px;height:12px;border-radius:50%;box-shadow:22px 0 0 var(--visual-accent),44px 0 0 var(--visual-glow),66px 0 0 rgba(255,255,255,.68)}
.visual-object--link{
  right:22%;
  bottom:2%;
  width:74px;
  height:46px;
  border-radius:999px;
}
.visual-object--field{
  left:7%;
  bottom:4%;
  width:142px;
  height:78px;
  border-radius:22px;
  transform:perspective(260px) rotateX(52deg);
}
.visual-object--field:before{inset:12px;background:repeating-linear-gradient(90deg,rgba(255,255,255,.35) 0 2px,transparent 2px 18px)}
.visual-object--drone{
  right:17%;
  top:8%;
  width:86px;
  height:30px;
  border-radius:999px;
}
.visual-object--drone:before{left:-34px;top:10px;width:154px;height:2px;background:#fff}
.visual-object--drone:after{left:-42px;top:-8px;width:26px;height:26px;border:3px solid #fff;border-radius:50%;box-shadow:142px 0 0 -3px transparent,142px 0 0 0 #fff}
.visual-object--leaf{
  left:42%;
  top:26%;
  width:74px;
  height:74px;
  border-radius:70px 6px 70px 6px;
  transform:rotate(-34deg);
}
.visual-object--sensor{
  right:12%;
  bottom:6%;
  width:74px;
  height:70px;
  border-radius:16px;
}
.visual-object--sensor:before{left:30px;top:-38px;width:10px;height:40px;border-radius:999px;background:#fff}
.visual-object--bed{
  left:8%;
  bottom:10%;
  width:130px;
  height:58px;
  border-radius:18px;
}
.visual-object--bed:before{left:14px;top:-28px;width:46px;height:34px;border-radius:16px;background:rgba(255,255,255,.22);border:1px solid rgba(255,255,255,.45)}
.visual-object--heart{
  right:14%;
  top:12%;
  width:76px;
  height:76px;
  border-radius:22px;
}
.visual-object--heart:before{inset:18px;background:#fff;clip-path:polygon(50% 82%,10% 42%,10% 18%,34% 4%,50% 20%,66% 4%,90% 18%,90% 42%)}
.visual-object--pulse{
  left:38%;
  top:40%;
  width:128px;
  height:40px;
  border:0;
  background:transparent;
  box-shadow:none;
}
.visual-object--pulse:before{left:0;top:18px;width:120px;height:4px;background:#fff;clip-path:polygon(0 45%,20% 45%,28% 5%,38% 88%,48% 35%,58% 45%,100% 45%)}
.visual-object--device{
  right:10%;
  bottom:7%;
  width:86px;
  height:64px;
  border-radius:16px;
}
.visual-object--building{
  left:8%;
  bottom:7%;
  width:132px;
  height:78px;
  border-radius:14px;
}
.visual-object--building:before{left:0;top:-42px;width:132px;height:42px;background:rgba(255,255,255,.20);clip-path:polygon(50% 0,100% 100%,0 100%)}
.visual-object--building i{left:18px;top:18px;width:10px;height:42px;box-shadow:26px 0 0 var(--visual-accent),52px 0 0 var(--visual-glow),78px 0 0 rgba(255,255,255,.62)}
.visual-object--stamp,.visual-object--seal{
  right:12%;
  bottom:10%;
  width:78px;
  height:78px;
  border-radius:50%;
}
.visual-object--stamp:before,.visual-object--seal:before{inset:16px;border:3px solid #fff;border-radius:50%}
.visual-object--cube{
  left:12%;
  top:14%;
  width:92px;
  height:92px;
  border-radius:22px;
  transform:rotate(45deg);
}
.visual-object--cube:before{inset:18px;border:2px solid rgba(255,255,255,.72);border-radius:14px}
.visual-object--orbit{
  right:12%;
  top:14%;
  width:120px;
  height:72px;
  border-radius:50%;
  transform:rotate(-18deg);
}
.visual-object--chip{
  right:16%;
  bottom:7%;
  width:76px;
  height:76px;
  border-radius:18px;
}
.visual-object--chip:before{inset:18px;border:2px solid #fff;border-radius:8px}
.visual-object--shield{
  left:12%;
  top:14%;
  width:92px;
  height:108px;
  border-radius:28px;
  clip-path:polygon(50% 0,95% 17%,82% 76%,50% 100%,18% 76%,5% 17%);
}
.visual-object--lock{
  right:16%;
  top:20%;
  width:86px;
  height:70px;
  border-radius:18px;
}
.visual-object--lock:before{left:25px;top:-24px;width:34px;height:34px;border:5px solid #fff;border-bottom:0;border-radius:22px 22px 0 0}
.visual-object--data,.visual-object--scan{
  left:40%;
  bottom:8%;
  width:94px;
  height:66px;
  border-radius:16px;
}
.visual-object--console{
  left:8%;
  top:18%;
  width:128px;
  height:86px;
  border-radius:18px;
}
.visual-object--console i{left:18px;top:18px;width:86px;height:6px;border-radius:6px;box-shadow:0 18px 0 rgba(255,255,255,.46),0 36px 0 rgba(255,255,255,.24)}
.visual-object--button,.visual-object--cursor{
  right:14%;
  top:28%;
  width:82px;
  height:52px;
  border-radius:999px;
}
.visual-object--cursor:before{left:22px;top:12px;width:26px;height:34px;background:#fff;clip-path:polygon(0 0,100% 56%,58% 64%,42% 100%,22% 90%,38% 58%)}
.visual-object--orders,.visual-object--cart{
  left:10%;
  top:12%;
  width:104px;
  height:86px;
  border-radius:18px;
}
.visual-object--orders i,.visual-object--cart i{left:18px;top:18px;width:66px;height:7px;border-radius:8px;box-shadow:0 20px 0 rgba(255,255,255,.44),0 40px 0 rgba(255,255,255,.24)}
.visual-object--skyline,.visual-object--class{
  left:7%;
  bottom:7%;
  width:140px;
  height:80px;
  border-radius:16px;
}
.visual-object--skyline:before,.visual-object--class:before{left:16px;bottom:14px;width:20px;height:42px;background:#fff;box-shadow:28px -18px 0 var(--visual-accent),56px -6px 0 var(--visual-glow),86px -26px 0 rgba(255,255,255,.56)}
.visual-object--signal{
  right:12%;
  bottom:12%;
  width:76px;
  height:76px;
  border-radius:50%;
}
.visual-object--signal:before{inset:17px;border:3px solid #fff;border-left-color:transparent;border-bottom-color:transparent;border-radius:50%;transform:rotate(45deg)}

.result-hero{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(340px,420px);
  gap:28px;
  align-items:stretch;
  margin-bottom:22px;
}
.result-hero__copy{
  align-self:center;
}
.result-hero__copy h1{
  margin:8px 0 12px;
  font-size:42px;
  line-height:1.16;
}


.route-line li{
  position:relative;
  overflow:hidden;
  color:#dce8ff;
}
.route-line li:before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:4px;
  background:linear-gradient(180deg,var(--cyan),var(--violet));
  box-shadow:0 0 18px rgba(57,232,255,.34);
}
.bar-row{
  border-bottom:1px solid rgba(105,146,255,.16);
  color:#dce8ff;
}
.bar-row b{color:#7cecff}
.filter-panel{
  margin:14px 0 18px;
  background:rgba(9,22,60,.70);
}
.admin-page .actions:first-child .btn{
  margin-left:auto;
}
.admin-login{
  margin:40px auto;
  padding:34px;
}

.home-site .home-module-strip{
  grid-template-columns:repeat(5,minmax(0,1fr));
}
.certainty-card-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin-top:22px;
}
.certainty-card,
.uncertainty-row,
.certainty-boundary,
.process-steps li,
.service-package,
.consultant-timeline span,
.uncertainty-removed li{
  border:1px solid rgba(105,146,255,.28);
  background:linear-gradient(180deg,rgba(21,42,98,.72),rgba(8,20,58,.64));
  box-shadow:var(--shadow-soft),inset 0 1px 0 rgba(255,255,255,.10);
  backdrop-filter:blur(16px);
}
.certainty-card{
  min-height:154px;
  padding:18px;
  border-radius:20px;
}
.certainty-card .home-icon{
  width:46px;
  height:46px;
  border-radius:15px;
}
.certainty-card h3{
  margin:14px 0 8px;
  color:#fff;
  font-size:18px;
  line-height:1.28;
}
.certainty-card p{
  margin:0;
  color:#c5d5fb;
  line-height:1.65;
}
.home-certainty-section,
.process-section,
.service-package-section{
  position:relative;
  padding:44px 3.2vw;
  background:#020615;
}
.home-certainty-section .home-section__head,
.process-section .home-section__head,
.service-package-section .home-section__head{
  max-width:960px;
  margin:0 auto 24px;
  text-align:center;
}
.home-certainty-section .home-section__head span,
.process-section .home-section__head span,
.service-package-section .home-section__head span{
  display:block;
  color:#fff;
  font-size:30px;
  font-weight:700;
}
.home-certainty-section .home-section__head h2,
.process-section .home-section__head h2,
.service-package-section .home-section__head h2{
  margin:8px 0 0;
  color:#93a8ff;
  font-size:16px;
}
.uncertainty-map{
  max-width:1040px;
  margin:0 auto;
  display:grid;
  gap:12px;
}
.uncertainty-row{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(220px,.56fr);
  gap:16px;
  align-items:center;
  min-height:72px;
  padding:16px 18px;
  border-radius:18px;
}
.uncertainty-row p{
  margin:0;
  color:#dce8ff;
  line-height:1.55;
}
.uncertainty-row strong{
  color:#7cecff;
  font-size:18px;
  text-align:right;
}
.certainty-boundary{
  max-width:1040px;
  margin:16px auto 0;
  padding:20px 22px;
  border-color:rgba(71,255,215,.30);
  border-radius:20px;
}
.certainty-boundary span{
  color:#7cecff;
  font-weight:700;
}
.certainty-boundary p{
  margin:8px 0 0;
  color:#c5d5fb;
  line-height:1.75;
}
.process-steps{
  max-width:1180px;
  margin:0 auto;
  padding:0;
  list-style:none;
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:14px;
}
.process-steps li{
  position:relative;
  min-height:202px;
  padding:20px;
  border-radius:20px;
  overflow:hidden;
}
.process-steps li:before{
  content:"";
  position:absolute;
  inset:0 0 auto;
  height:3px;
  background:linear-gradient(90deg,var(--cyan),var(--violet));
  box-shadow:0 0 20px rgba(57,232,255,.35);
}
.process-steps b{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:44px;
  height:44px;
  border-radius:14px;
  color:#021022;
  background:#7cecff;
  box-shadow:0 0 22px rgba(57,232,255,.32);
}
.process-steps h3{
  margin:16px 0 10px;
  color:#fff;
  font-size:19px;
  line-height:1.28;
}
.process-steps p{
  margin:0;
  color:#c5d5fb;
  line-height:1.65;
}
.service-package-grid{
  max-width:1280px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:14px;
}
.service-package{
  display:flex;
  flex-direction:column;
  gap:12px;
  min-height:430px;
  padding:20px;
  border-radius:20px;
}
.service-package__head h3{
  margin:12px 0 0;
  color:#fff;
  font-size:20px;
  line-height:1.28;
}
.service-package .result-strip{
  grid-template-columns:1fr;
  margin:0;
}
.service-package p{
  margin:0;
  color:#c5d5fb;
  line-height:1.65;
}
.service-package b{
  color:#fff;
}
.capability-process,
.capability-packages{
  margin:28px calc(-4vw) 0;
}
.capability-map-intro{
  margin-top:42px;
}
.assessment-intro{
  margin-bottom:28px;
}
.assessment-intro h1{
  margin:18px 0 12px;
  color:#fff;
  font-size:42px;
  line-height:1.16;
}
.assessment-process{
  margin:0 calc(-4vw) 28px;
  padding-top:34px;
  padding-bottom:34px;
}
.roadmap-report{
  overflow:hidden;
}
.stage-badge{
  display:inline-grid;
  gap:4px;
  min-width:220px;
  padding:16px 18px;
  border:1px solid rgba(57,232,255,.42);
  border-radius:18px;
  background:linear-gradient(135deg,rgba(57,232,255,.18),rgba(154,92,255,.18));
  box-shadow:0 0 28px rgba(57,232,255,.18),inset 0 1px 0 rgba(255,255,255,.12);
}
.stage-badge span{
  color:#fff;
  font-size:28px;
  font-weight:700;
  line-height:1.2;
}
.stage-badge small{
  color:#7cecff;
  font-weight:600;
}
.consultant-timeline{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
  margin:22px 0;
}
.consultant-timeline span{
  display:flex;
  align-items:center;
  gap:10px;
  min-height:62px;
  padding:12px 14px;
  border-radius:16px;
  color:#9eadd6;
}
.consultant-timeline span.is-active{
  color:#fff;
  border-color:rgba(57,232,255,.52);
  background:linear-gradient(135deg,rgba(47,123,255,.30),rgba(154,92,255,.22));
}
.consultant-timeline i{
  display:inline-grid;
  place-items:center;
  flex:0 0 30px;
  width:30px;
  height:30px;
  border-radius:10px;
  color:#021022;
  background:#7cecff;
  font-style:normal;
  font-weight:700;
}
.roadmap-kpi .card strong{
  font-size:30px;
  line-height:1.18;
  overflow-wrap:anywhere;
}
.certainty-summary-grid .card p{
  font-size:18px;
}
.primary-next-card{
  border-color:rgba(57,232,255,.44);
  background:linear-gradient(180deg,rgba(24,63,138,.82),rgba(9,24,66,.72));
}
.primary-next-card h3{
  font-size:23px;
  line-height:1.35;
}
.stacked-grid{
  grid-template-columns:1fr;
  gap:14px;
}
.uncertainty-removed{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin:0;
  padding:0;
  list-style:none;
}
.uncertainty-removed li{
  position:relative;
  min-height:72px;
  padding:18px 18px 18px 46px;
  border-radius:18px;
  color:#dce8ff;
  line-height:1.65;
}
.uncertainty-removed li:before{
  content:"";
  position:absolute;
  left:18px;
  top:24px;
  width:14px;
  height:14px;
  border-radius:50%;
  background:#7cecff;
  box-shadow:0 0 16px rgba(57,232,255,.48);
}
.admin-certainty-grid{
  margin:18px 0 24px;
}

.modal-backdrop{
  position:fixed;
  inset:0;
  z-index:80;
  display:grid;
  place-items:center;
  padding:24px;
  background:rgba(1,5,18,.72);
  backdrop-filter:blur(14px);
}
.modal{
  width:min(720px,100%);
  border:1px solid rgba(105,146,255,.34);
  border-radius:24px;
  color:#eef6ff;
  background:var(--glass-strong);
  box-shadow:0 34px 110px rgba(0,0,0,.46),0 0 40px rgba(57,232,255,.14);
}
.modal__head,
.modal__body,
.modal__foot{padding:22px 24px}
.modal__head{
  border-bottom:1px solid rgba(105,146,255,.18);
}
.modal__foot{
  display:flex;
  justify-content:flex-end;
  gap:12px;
  border-top:1px solid rgba(105,146,255,.18);
}

@media(max-width:1080px){
  .page{padding-left:5vw;padding-right:5vw}
  .topbar{background:rgba(7,17,48,.94)}
  .result-hero{grid-template-columns:1fr}
  .result-hero__visual .tech-visual-card{min-height:260px}
  .media-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .home-site .home-module-strip{grid-template-columns:repeat(3,minmax(0,1fr))}
  .process-steps{grid-template-columns:repeat(3,minmax(0,1fr))}
  .service-package-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:820px){
  .media-grid,
  .case-grid,
  .learning-media-grid{grid-template-columns:1fr}
  .tech-visual-card,
  .case-card .tech-visual-card,
  .learning-card .tech-visual-card{height:204px}
  .result-hero__copy h1{font-size:32px}
  .certainty-card-grid,
  .process-steps,
  .service-package-grid,
  .consultant-timeline,
  .uncertainty-removed{grid-template-columns:1fr}
  .uncertainty-row{grid-template-columns:1fr}
  .uncertainty-row strong{text-align:left}
  .home-certainty-section .home-section__head span,
  .process-section .home-section__head span,
  .service-package-section .home-section__head span{font-size:24px}
  .assessment-intro h1{font-size:32px}
  .assessment-process,
  .capability-process,
  .capability-packages{margin-left:-5vw;margin-right:-5vw}
}

@media(max-width:460px){
  .tech-visual-card,
  .case-card .tech-visual-card,
  .learning-card .tech-visual-card{height:186px}
  .tech-visual-card__meta{
    left:12px;
    right:12px;
    bottom:12px;
    grid-template-columns:42px 1fr;
  }
  .glow-icon{width:42px;height:42px;border-radius:14px}
  .tech-visual-card__meta strong{font-size:15px}
  .stage-badge{min-width:0;width:100%}
  .stage-badge span{font-size:24px}
  .primary-next-card h3{font-size:20px}
}

/* Selected homepage UI: white SaaS reference implementation. */
body[data-route="home"]{
  --ink:#0a1224;
  --ink-2:#1d2b44;
  --muted:#62708a;
  --muted-2:#8793a8;
  --navy:#0a1224;
  --navy-2:#17233a;
  --blue:#2f6bff;
  --violet:#6d55f6;
  --cyan:#21c6d7;
  --aqua:#11b69d;
  --paper:#f8fbff;
  --surface:#ffffff;
  --border:#dfe7f4;
  --border-strong:#cbd7ea;
  --shadow-soft:0 18px 46px rgba(26,46,82,.09);
  --shadow-card:0 24px 60px rgba(26,46,82,.12);
  color:var(--ink);
  background:#f9fbff;
}
body[data-route="home"]:before,
body[data-route="home"]:after{display:none}
body[data-route="home"] .topbar{
  padding:14px 3.2vw;
  color:#15213a;
  background:rgba(255,255,255,.92);
  border-bottom:1px solid rgba(207,216,232,.82);
  box-shadow:0 10px 26px rgba(28,45,78,.08);
  backdrop-filter:blur(18px);
}
body[data-route="home"] .brand{
  gap:14px;
  min-width:max-content;
  color:#080f1f;
  font-size:22px;
  font-weight:700;
  text-shadow:none;
}
body[data-route="home"] .brand:before{
  width:38px;
  height:38px;
  border-radius:12px;
  box-shadow:0 12px 26px rgba(47,107,255,.22);
}
body[data-route="home"] .topbar nav{
  gap:24px;
  font-size:15px;
}
body[data-route="home"] .topbar nav a{
  display:inline-flex;
  align-items:center;
  gap:9px;
  padding:8px 0;
  border-radius:0;
  color:#33425d;
  background:transparent;
  box-shadow:none;
  font-weight:600;
}
body[data-route="home"] .topbar nav a:hover{
  color:#1e57ea;
  background:transparent;
  transform:translateY(-1px);
  box-shadow:none;
}
body[data-route="home"] .topbar nav a[href="#/contact"]{
  margin-left:0;
  color:#33425d;
  background:transparent;
  box-shadow:none;
}
body[data-route="home"] .topbar nav a[data-nav-icon]:before{
  content:"";
  flex:0 0 auto;
  width:22px;
  height:22px;
  border:2px solid #53627e;
  border-radius:7px;
  background:linear-gradient(180deg,#fff,#f5f8ff);
  box-shadow:inset 0 -4px 0 rgba(47,107,255,.06);
}
body[data-route="home"] .topbar nav a[data-nav-icon="stethoscope"]:before{
  border-radius:50%;
  border-top-color:transparent;
  box-shadow:8px -7px 0 -6px #53627e,-8px -7px 0 -6px #53627e,inset 0 -4px 0 rgba(47,107,255,.06);
}
body[data-route="home"] .topbar nav a[data-nav-icon="package"]:before{
  transform:rotate(45deg);
  border-radius:5px;
}
body[data-route="home"] .topbar nav a[data-nav-icon="case"]:before{
  border-radius:2px;
  box-shadow:inset 6px 0 0 rgba(47,107,255,.10),inset 0 -4px 0 rgba(47,107,255,.06);
}
body[data-route="home"] .topbar nav a[data-nav-icon="calendar"]:before{
  border-radius:5px;
  box-shadow:inset 0 6px 0 rgba(47,107,255,.14),inset 0 -4px 0 rgba(47,107,255,.06);
}
body[data-route="home"] .topbar nav a[data-nav-icon="shield"]:before{
  border-radius:12px 12px 8px 8px;
  clip-path:polygon(50% 0,94% 18%,84% 78%,50% 100%,16% 78%,6% 18%);
}
body[data-route="home"] .footer{
  color:#748196;
  background:rgba(255,255,255,.92);
  border-top:1px solid #e2e9f5;
}
body[data-route="home"] .home-site{
  position:relative;
  min-height:100vh;
  overflow:hidden;
  color:#0a1224;
  background:
    linear-gradient(90deg,rgba(47,107,255,.045) 1px,transparent 1px),
    linear-gradient(rgba(47,107,255,.035) 1px,transparent 1px),
    linear-gradient(180deg,#ffffff 0%,#f8fbff 52%,#ffffff 100%);
  background-size:54px 54px,54px 54px,auto;
}
body[data-route="home"] .home-site:before,
body[data-route="home"] .home-site:after{
  content:"";
  position:absolute;
  z-index:0;
  pointer-events:none;
  border-radius:50%;
}
body[data-route="home"] .home-site:before{
  left:-230px;
  top:104px;
  width:640px;
  height:310px;
  border:1px solid rgba(65,154,255,.13);
  background:linear-gradient(90deg,rgba(201,232,255,.64),rgba(255,255,255,0) 72%);
}
body[data-route="home"] .home-site:after{
  right:-220px;
  top:438px;
  width:700px;
  height:380px;
  border:1px solid rgba(147,92,255,.12);
  background:linear-gradient(135deg,rgba(255,255,255,0) 26%,rgba(235,223,255,.62));
}
body[data-route="home"] .home-hero{
  position:relative;
  z-index:1;
  min-height:auto;
  overflow:visible;
  color:#0a1224;
  border-bottom:0;
  background:transparent;
}
body[data-route="home"] .home-hero:before,
body[data-route="home"] .home-hero:after,
body[data-route="home"] .home-cityline{display:none}
body[data-route="home"] .home-hero__inner{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,.98fr) minmax(440px,1fr);
  gap:64px;
  align-items:center;
  max-width:1420px;
  margin:0 auto;
  padding:76px 4vw 50px;
}
body[data-route="home"] .home-hero__copy{
  min-width:0;
  padding-top:12px;
}
body[data-route="home"] .home-hero__copy h1{
  max-width:720px;
  margin:0 0 24px;
  color:#080f1f;
  font-size:62px;
  font-weight:700;
  line-height:1.16;
  letter-spacing:0;
  text-shadow:none;
}
body[data-route="home"] .home-hero__copy h1 span{
  display:block;
}
body[data-route="home"] .home-hero__copy p{
  max-width:600px;
  margin:0;
  color:#43516a;
  font-size:22px;
  line-height:1.78;
}
body[data-route="home"] .home-actions{
  display:flex;
  flex-wrap:wrap;
  gap:28px;
  margin-top:42px;
}
body[data-route="home"] .home-actions .btn{
  min-width:188px;
  min-height:62px;
  border-radius:8px;
  padding:16px 28px;
  font-size:20px;
  font-weight:600;
}
body[data-route="home"] .home-primary{
  border:0;
  color:#fff;
  background:linear-gradient(135deg,#2e7cff 0%,#6d55f6 100%);
  box-shadow:0 18px 34px rgba(59,97,232,.24);
}
body[data-route="home"] .home-primary:after{
  content:"→";
  margin-left:14px;
}
body[data-route="home"] .home-secondary{
  color:#111827;
  background:rgba(255,255,255,.76);
  border:1px solid #9fb0c8;
  box-shadow:none;
}
body[data-route="home"] .home-secondary:hover{
  color:#2259e8;
  border-color:#6d8afa;
  background:#fff;
}
body[data-route="home"] .home-report-card{
  position:relative;
  min-width:0;
  border:1px solid #dce5f2;
  border-radius:22px;
  padding:28px;
  background:rgba(255,255,255,.92);
  box-shadow:0 28px 80px rgba(36,55,98,.14),0 2px 0 rgba(255,255,255,.95) inset;
  backdrop-filter:blur(18px);
}
body[data-route="home"] .home-report-card:before{
  content:"";
  position:absolute;
  inset:-1px;
  z-index:-1;
  border-radius:24px;
  background:linear-gradient(135deg,rgba(255,255,255,.9),rgba(105,139,255,.15),rgba(255,255,255,.8));
}
body[data-route="home"] .home-report-card__top{
  display:grid;
  grid-template-columns:minmax(0,1fr) 156px;
  gap:32px;
  align-items:start;
}
body[data-route="home"] .home-report-card h2,
body[data-route="home"] .home-chart-panel h3{
  margin:0;
  color:#233250;
  font-weight:600;
  line-height:1.25;
}
body[data-route="home"] .home-report-card h2{
  font-size:23px;
}
body[data-route="home"] .home-report-score{
  display:flex;
  align-items:flex-end;
  gap:8px;
  margin:12px 0 14px;
  color:#5c48f1;
}
body[data-route="home"] .home-report-score strong{
  font-size:76px;
  line-height:.86;
  font-weight:700;
  letter-spacing:0;
}
body[data-route="home"] .home-report-score span{
  padding-bottom:6px;
  font-size:24px;
  font-weight:600;
}
body[data-route="home"] .home-report-progress{
  height:10px;
  overflow:hidden;
  border-radius:999px;
  background:#e8edf5;
}
body[data-route="home"] .home-report-progress i{
  display:block;
  width:78%;
  height:100%;
  border-radius:inherit;
  background:linear-gradient(90deg,#465dff,#8a55f8);
}
body[data-route="home"] .home-report-scale{
  display:flex;
  justify-content:space-between;
  margin-top:8px;
  color:#7b879b;
  font-size:12px;
}
body[data-route="home"] .home-report-ring{
  position:relative;
  display:grid;
  place-items:center;
  align-content:center;
  width:146px;
  height:146px;
  border-radius:50%;
  color:#101827;
  background:conic-gradient(#5168ff 0 78%,#e9edf5 78% 100%);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.7),0 18px 38px rgba(73,95,221,.16);
}
body[data-route="home"] .home-report-ring:before{
  content:"";
  position:absolute;
  inset:20px;
  border-radius:50%;
  background:#fff;
  box-shadow:inset 0 0 0 1px #edf1f8;
}
body[data-route="home"] .home-report-ring strong,
body[data-route="home"] .home-report-ring span{
  position:relative;
  z-index:1;
}
body[data-route="home"] .home-report-ring strong{
  font-size:32px;
  line-height:1.1;
  font-weight:600;
}
body[data-route="home"] .home-report-ring span{
  margin-top:4px;
  color:#7b879b;
  font-size:14px;
}
body[data-route="home"] .home-report-metrics{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin-top:24px;
}
body[data-route="home"] .home-report-metric{
  display:grid;
  grid-template-columns:36px auto 1fr;
  align-items:center;
  gap:12px;
  min-height:56px;
  border:1px solid #e0e7f2;
  border-radius:14px;
  padding:12px 16px;
  background:rgba(255,255,255,.82);
  box-shadow:0 8px 20px rgba(26,46,82,.05);
}
body[data-route="home"] .home-report-metric small{
  color:#53637c;
  font-size:16px;
  font-weight:600;
}
body[data-route="home"] .home-report-metric b{
  justify-self:end;
  color:#3f56f0;
  font-size:17px;
  line-height:1.3;
  text-align:right;
}
body[data-route="home"] .home-report-metric--green b{color:#07936f}
body[data-route="home"] .home-report-metric--orange b{color:#f97316}
body[data-route="home"] .home-mini-icon{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:30px;
  height:30px;
  border-radius:11px;
  background:#eef3ff;
}
body[data-route="home"] .home-report-metric--green .home-mini-icon{background:#e9fbf5}
body[data-route="home"] .home-report-metric--orange .home-mini-icon{background:#fff3e7}
body[data-route="home"] .home-mini-icon:before,
body[data-route="home"] .home-mini-icon:after{
  content:"";
  position:absolute;
}
body[data-route="home"] .home-mini-icon:before{
  width:15px;
  height:15px;
  border:2px solid #426bff;
  border-radius:5px;
}
body[data-route="home"] .home-mini-icon:after{
  width:6px;
  height:6px;
  border-radius:50%;
  background:#426bff;
}
body[data-route="home"] .home-mini-icon--wallet:before{border-color:#10a37f}
body[data-route="home"] .home-mini-icon--wallet:after{background:#10a37f}
body[data-route="home"] .home-mini-icon--clock:before{
  border-color:#f97316;
  border-radius:50%;
}
body[data-route="home"] .home-mini-icon--clock:after{
  width:9px;
  height:2px;
  border-radius:2px;
  background:#f97316;
  transform:rotate(42deg);
}
body[data-route="home"] .home-mini-icon--bolt:before{
  width:12px;
  height:20px;
  border:0;
  border-radius:0;
  background:#426bff;
  clip-path:polygon(58% 0,100% 0,60% 42%,100% 42%,26% 100%,42% 56%,0 56%);
}
body[data-route="home"] .home-mini-icon--bolt:after{display:none}
body[data-route="home"] .home-report-charts{
  display:grid;
  grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);
  gap:14px;
  margin-top:14px;
}
body[data-route="home"] .home-chart-panel{
  min-width:0;
  min-height:148px;
  border:1px solid #e0e7f2;
  border-radius:14px;
  padding:14px;
  background:rgba(255,255,255,.82);
}
body[data-route="home"] .home-chart-panel h3{
  font-size:15px;
}
body[data-route="home"] .home-bars{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:10px;
  align-items:end;
  height:108px;
  margin-top:10px;
}
body[data-route="home"] .home-bar{
  position:relative;
  display:flex;
  align-items:flex-end;
  justify-content:center;
  height:86px;
  padding-bottom:18px;
}
body[data-route="home"] .home-bar span,
body[data-route="home"] .home-bar i{
  position:absolute;
  bottom:18px;
  display:block;
  width:9px;
  height:var(--bar);
  border-radius:8px 8px 2px 2px;
}
body[data-route="home"] .home-bar span{
  transform:translateX(5px);
  background:#e1e6f0;
}
body[data-route="home"] .home-bar i{
  transform:translateX(-6px);
  background:linear-gradient(180deg,#3d7bff,#7259f7);
}
body[data-route="home"] .home-bar small{
  position:absolute;
  left:50%;
  bottom:0;
  width:48px;
  transform:translateX(-50%);
  color:#6b778d;
  font-size:10px;
  line-height:1.15;
  text-align:center;
}
body[data-route="home"] .home-action-list{
  display:grid;
  gap:10px;
  margin:14px 0 0;
  padding:0;
  list-style:none;
}
body[data-route="home"] .home-action-list li{
  display:grid;
  grid-template-columns:22px minmax(0,1fr) auto;
  gap:9px;
  align-items:center;
}
body[data-route="home"] .home-action-list em{
  display:grid;
  place-items:center;
  width:18px;
  height:18px;
  border-radius:50%;
  color:#fff;
  background:linear-gradient(135deg,#4b5ff5,#7357f7);
  font-size:11px;
  font-style:normal;
  font-weight:600;
}
body[data-route="home"] .home-action-list span{
  min-width:0;
  color:#4a5770;
  font-size:12px;
  line-height:1.3;
}
body[data-route="home"] .home-action-list b{
  border-radius:999px;
  padding:5px 8px;
  color:#6652ef;
  background:#f0edff;
  font-size:11px;
  font-weight:600;
  white-space:nowrap;
}
body[data-route="home"] .home-value-strip,
body[data-route="home"] .home-client-strip{
  position:relative;
  z-index:1;
  max-width:1420px;
  margin:0 auto;
  padding:0 4vw;
}
body[data-route="home"] .home-value-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:28px;
}
body[data-route="home"] .home-value-card{
  display:grid;
  grid-template-columns:76px minmax(0,1fr);
  gap:22px;
  align-items:center;
  min-height:148px;
  border:1px solid #e0e7f2;
  border-radius:18px;
  padding:26px;
  background:rgba(255,255,255,.90);
  box-shadow:0 18px 44px rgba(26,46,82,.08);
}
body[data-route="home"] .home-value-card h3{
  margin:0 0 8px;
  color:#111827;
  font-size:23px;
  line-height:1.24;
  font-weight:600;
}
body[data-route="home"] .home-value-card p{
  margin:0;
  color:#53637c;
  font-size:16px;
  line-height:1.55;
}
body[data-route="home"] .home-value-icon{
  position:relative;
  display:inline-flex;
  width:70px;
  height:70px;
  border-radius:20px;
  background:linear-gradient(135deg,#d8bcff 0%,#7357f7 100%);
  box-shadow:0 18px 30px rgba(116,87,247,.24);
}
body[data-route="home"] .home-value-icon:before,
body[data-route="home"] .home-value-icon:after{
  content:"";
  position:absolute;
}
body[data-route="home"] .home-value-icon--chart:before{
  left:20px;
  bottom:20px;
  width:8px;
  height:20px;
  border-radius:4px;
  background:#fff;
  box-shadow:13px -8px 0 rgba(255,255,255,.84),26px -18px 0 rgba(255,255,255,.72);
}
body[data-route="home"] .home-value-icon--users{
  background:linear-gradient(135deg,#73c8ff 0%,#2f89f5 100%);
  box-shadow:0 18px 30px rgba(47,137,245,.24);
}
body[data-route="home"] .home-value-icon--users:before{
  left:18px;
  top:18px;
  width:18px;
  height:18px;
  border:4px solid #fff;
  border-radius:50%;
  box-shadow:20px 4px 0 -4px rgba(255,255,255,.84);
}
body[data-route="home"] .home-value-icon--users:after{
  left:16px;
  bottom:17px;
  width:38px;
  height:18px;
  border:4px solid #fff;
  border-top:0;
  border-radius:0 0 22px 22px;
}
body[data-route="home"] .home-value-icon--flow{
  background:linear-gradient(135deg,#28d7ca 0%,#10b8b3 100%);
  box-shadow:0 18px 30px rgba(16,184,179,.22);
}
body[data-route="home"] .home-value-icon--flow:before{
  left:19px;
  top:18px;
  width:32px;
  height:28px;
  border-left:4px solid #fff;
  border-bottom:4px solid #fff;
  border-radius:0 0 0 10px;
}
body[data-route="home"] .home-value-icon--flow:after{
  left:16px;
  top:15px;
  width:10px;
  height:10px;
  border-radius:50%;
  background:#fff;
  box-shadow:22px 0 0 #fff,22px 24px 0 #fff;
}
body[data-route="home"] .home-value-icon--pie{
  background:linear-gradient(135deg,#ffbd6b 0%,#ff943d 100%);
  box-shadow:0 18px 30px rgba(255,148,61,.24);
}
body[data-route="home"] .home-value-icon--pie:before{
  left:19px;
  top:18px;
  width:34px;
  height:34px;
  border-radius:50%;
  background:conic-gradient(#fff 0 74%,rgba(255,255,255,.45) 74% 100%);
}
body[data-route="home"] .home-value-icon--pie:after{
  left:36px;
  top:18px;
  width:17px;
  height:17px;
  background:#ff943d;
  border-radius:0 100% 0 0;
}
body[data-route="home"] .home-client-strip{
  margin-top:38px;
  margin-bottom:44px;
}
body[data-route="home"] .home-client-strip{
  border:1px solid #dce5f2;
  border-radius:18px;
  padding-top:38px;
  padding-bottom:30px;
  background:rgba(255,255,255,.82);
  box-shadow:0 18px 46px rgba(26,46,82,.07);
}
body[data-route="home"] .home-client-strip h2{
  margin:0;
  color:#1b2a44;
  font-size:28px;
  line-height:1.3;
  text-align:center;
  letter-spacing:6px;
  font-weight:600;
}
body[data-route="home"] .home-client-strip p{
  margin:10px auto 0;
  color:#7b879b;
  font-size:13px;
  line-height:1.5;
  text-align:center;
}
body[data-route="home"] .home-client-logos{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  margin-top:36px;
}
body[data-route="home"] .home-client-logos span,
body[data-route="home"] .home-client-logos a{
  color:#3a465c;
  font-size:19px;
  font-weight:600;
  line-height:1.2;
  white-space:nowrap;
}
body[data-route="home"] .home-client-logos span:nth-child(1){color:#5b48e8}
body[data-route="home"] .home-client-logos span:nth-child(3){color:#f06b28}
body[data-route="home"] .home-client-logos span:nth-child(5){color:#3d86d9}
body[data-route="home"] .home-client-logos span:nth-child(6){color:#ee4a3d}
body[data-route="home"] .home-client-logos a{
  display:inline-flex;
  align-items:center;
  color:#5368ff;
}
body[data-route="home"] .home-client-logos a:after{
  content:"→";
  margin-left:10px;
}

@media(max-width:1180px){
  body[data-route="home"] .topbar{
    align-items:flex-start;
    flex-direction:column;
    gap:12px;
  }
  body[data-route="home"] .topbar nav{
    width:100%;
    gap:18px;
    justify-content:flex-start;
    overflow-x:auto;
    padding-bottom:2px;
    scrollbar-width:none;
  }
  body[data-route="home"] .topbar nav::-webkit-scrollbar{display:none}
  body[data-route="home"] .topbar nav a{white-space:nowrap}
  body[data-route="home"] .home-hero__inner{
    grid-template-columns:1fr;
    gap:40px;
    padding-top:54px;
  }
  body[data-route="home"] .home-hero__copy h1{font-size:56px}
  body[data-route="home"] .home-value-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  body[data-route="home"] .home-client-logos{
    flex-wrap:wrap;
    justify-content:center;
  }
}

@media(max-width:820px){
  body[data-route="home"]{padding-bottom:calc(78px + env(safe-area-inset-bottom))}
  body[data-route="home"] .topbar{padding:12px 5vw}
  body[data-route="home"] .brand{
    font-size:20px;
    min-width:0;
  }
  body[data-route="home"] .brand:before{
    width:32px;
    height:32px;
  }
  body[data-route="home"] .topbar nav{
    gap:16px;
    font-size:14px;
  }
  body[data-route="home"] .topbar nav a[data-nav-icon]:before{
    width:20px;
    height:20px;
  }
  body[data-route="home"] .home-site{
    max-width:100vw;
    overflow:hidden;
    background-size:38px 38px,38px 38px,auto;
  }
  body[data-route="home"] .home-site:before{
    left:-280px;
    top:180px;
  }
  body[data-route="home"] .home-site:after{
    right:-340px;
    top:720px;
  }
  body[data-route="home"] .home-hero__inner{
    max-width:100vw;
    padding:42px 5vw 34px;
  }
  body[data-route="home"] .home-hero__copy h1{
    max-width:100%;
    font-size:42px;
    line-height:1.18;
    overflow-wrap:anywhere;
  }
  body[data-route="home"] .home-hero__copy p{
    max-width:100%;
    font-size:17px;
    line-height:1.78;
  }
  body[data-route="home"] .home-actions{
    gap:12px;
    margin-top:28px;
  }
  body[data-route="home"] .home-actions .btn{
    width:100%;
    min-height:54px;
    font-size:18px;
  }
  body[data-route="home"] .home-report-card{
    width:100%;
    padding:20px;
    border-radius:18px;
  }
  body[data-route="home"] .home-report-card__top{
    grid-template-columns:1fr;
    gap:20px;
  }
  body[data-route="home"] .home-report-ring{
    justify-self:center;
    width:138px;
    height:138px;
  }
  body[data-route="home"] .home-report-score strong{font-size:68px}
  body[data-route="home"] .home-report-metrics,
  body[data-route="home"] .home-report-charts,
  body[data-route="home"] .home-value-grid{
    grid-template-columns:1fr;
  }
  body[data-route="home"] .home-report-metric{
    grid-template-columns:34px auto 1fr;
    padding:11px 13px;
  }
  body[data-route="home"] .home-value-strip,
  body[data-route="home"] .home-client-strip{
    padding-left:5vw;
    padding-right:5vw;
  }
  body[data-route="home"] .home-value-grid{gap:16px}
  body[data-route="home"] .home-value-card{
    grid-template-columns:64px minmax(0,1fr);
    gap:16px;
    min-height:126px;
    padding:20px;
  }
  body[data-route="home"] .home-value-icon{
    width:58px;
    height:58px;
    border-radius:17px;
  }
  body[data-route="home"] .home-value-card h3{font-size:20px}
  body[data-route="home"] .home-client-strip{
    margin-top:28px;
    margin-bottom:28px;
    padding-top:28px;
  }
  body[data-route="home"] .home-client-strip h2{
    font-size:22px;
    letter-spacing:2px;
  }
  body[data-route="home"] .home-client-logos{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:18px 12px;
    text-align:center;
  }
  body[data-route="home"] .home-client-logos span,
  body[data-route="home"] .home-client-logos a{
    justify-content:center;
    font-size:16px;
    white-space:normal;
  }
  body[data-route="home"] .h5-tabbar{display:grid}
  body[data-route="home"] .footer{padding-bottom:calc(106px + env(safe-area-inset-bottom))}
}

@media(max-width:460px){
  body[data-route="home"] .home-hero__copy h1{font-size:36px}
  body[data-route="home"] .home-report-card{padding:16px}
  body[data-route="home"] .home-report-score strong{font-size:58px}
  body[data-route="home"] .home-report-score span{font-size:20px}
  body[data-route="home"] .home-report-metric{
    grid-template-columns:30px 1fr;
    gap:9px 10px;
  }
  body[data-route="home"] .home-report-metric b{
    grid-column:2;
    justify-self:start;
    text-align:left;
  }
  body[data-route="home"] .home-action-list li{
    grid-template-columns:22px minmax(0,1fr);
  }
  body[data-route="home"] .home-action-list b{
    grid-column:2;
    justify-self:start;
  }
  body[data-route="home"] .home-value-card{
    grid-template-columns:1fr;
    justify-items:start;
  }
  body[data-route="home"] .home-client-logos{grid-template-columns:1fr}
}

/* Selected UI full-site alignment: keep secondary pages in the same white SaaS system as the homepage. */
:root{
  --ink:#0a1224;
  --ink-2:#1d2b44;
  --muted:#62708a;
  --muted-2:#8793a8;
  --navy:#0a1224;
  --navy-2:#17233a;
  --blue:#2f6bff;
  --violet:#6d55f6;
  --cyan:#21c6d7;
  --aqua:#11b69d;
  --paper:#f9fbff;
  --paper-2:#f2f6fd;
  --surface:#ffffff;
  --surface-2:#f8fbff;
  --border:#dfe7f4;
  --border-strong:#cbd7ea;
  --shadow:0 28px 78px rgba(26,46,82,.13);
  --shadow-soft:0 18px 46px rgba(26,46,82,.09);
  --shadow-card:0 24px 60px rgba(26,46,82,.12);
  --radius:18px;
  --radius-sm:14px;
  --radius-xs:10px;
  --ok:#07936f;
  --warn:#f97316;
  --danger:#e94878;
  --tech-gradient:linear-gradient(135deg,#2e7cff 0%,#6d55f6 100%);
  --glass:rgba(255,255,255,.92);
  --glass-strong:rgba(255,255,255,.96);
}
body{
  color:var(--ink);
  background:
    linear-gradient(90deg,rgba(47,107,255,.045) 1px,transparent 1px),
    linear-gradient(rgba(47,107,255,.035) 1px,transparent 1px),
    linear-gradient(180deg,#ffffff 0%,#f8fbff 430px,#ffffff 100%);
  background-size:54px 54px,54px 54px,auto;
}
body:before{
  z-index:-1;
  background:
    linear-gradient(105deg,rgba(201,232,255,.60),transparent 36%),
    linear-gradient(250deg,rgba(235,223,255,.60),transparent 42%),
    linear-gradient(180deg,rgba(255,255,255,.70),rgba(255,255,255,.18));
  opacity:1;
}
body:after{display:none}

.topbar{
  padding:14px 3.2vw;
  color:#15213a;
  background:rgba(255,255,255,.92);
  border-bottom:1px solid rgba(207,216,232,.82);
  box-shadow:0 10px 26px rgba(28,45,78,.08);
  backdrop-filter:blur(18px);
}
.brand{
  gap:14px;
  min-width:max-content;
  color:#080f1f;
  font-size:22px;
  font-weight:700;
  text-shadow:none;
}
.brand:before{
  width:38px;
  height:38px;
  border-radius:12px;
  box-shadow:0 12px 26px rgba(47,107,255,.22);
}
.topbar nav{
  gap:24px;
  font-size:15px;
}
.topbar nav a{
  display:inline-flex;
  align-items:center;
  gap:9px;
  padding:8px 0;
  border-radius:0;
  color:#33425d;
  background:transparent;
  box-shadow:none;
  font-weight:600;
}
.topbar nav a:hover{
  color:#1e57ea;
  background:transparent;
  transform:translateY(-1px);
  box-shadow:none;
}
.topbar nav a[href="#/contact"]{
  margin-left:0;
  color:#33425d;
  background:transparent;
  box-shadow:none;
}
.topbar nav a[data-nav-icon]:before{
  content:"";
  flex:0 0 auto;
  width:22px;
  height:22px;
  border:2px solid #53627e;
  border-radius:7px;
  background:linear-gradient(180deg,#fff,#f5f8ff);
  box-shadow:inset 0 -4px 0 rgba(47,107,255,.06);
}
.topbar nav a[data-nav-icon="stethoscope"]:before{
  border-radius:50%;
  border-top-color:transparent;
  box-shadow:8px -7px 0 -6px #53627e,-8px -7px 0 -6px #53627e,inset 0 -4px 0 rgba(47,107,255,.06);
}
.topbar nav a[data-nav-icon="package"]:before{
  transform:rotate(45deg);
  border-radius:5px;
}
.topbar nav a[data-nav-icon="case"]:before{
  border-radius:2px;
  box-shadow:inset 6px 0 0 rgba(47,107,255,.10),inset 0 -4px 0 rgba(47,107,255,.06);
}
.topbar nav a[data-nav-icon="calendar"]:before{
  border-radius:5px;
  box-shadow:inset 0 6px 0 rgba(47,107,255,.14),inset 0 -4px 0 rgba(47,107,255,.06);
}
.topbar nav a[data-nav-icon="shield"]:before{
  border-radius:12px 12px 8px 8px;
  clip-path:polygon(50% 0,94% 18%,84% 78%,50% 100%,16% 78%,6% 18%);
}
.footer{
  color:#748196;
  background:rgba(255,255,255,.92);
  border-top:1px solid #e2e9f5;
}

.page{
  position:relative;
  isolation:isolate;
  max-width:1420px;
  margin:auto;
  padding:54px 4vw 72px;
  color:var(--ink);
}
.page:before{
  content:"";
  position:absolute;
  inset:24px 1.6vw auto;
  z-index:-1;
  height:250px;
  border:1px solid rgba(207,216,232,.72);
  border-radius:28px;
  background:
    linear-gradient(90deg,rgba(47,107,255,.040) 1px,transparent 1px),
    linear-gradient(rgba(47,107,255,.032) 1px,transparent 1px),
    linear-gradient(135deg,rgba(255,255,255,.88),rgba(238,244,255,.72));
  background-size:38px 38px,38px 38px,auto;
  box-shadow:0 20px 70px rgba(26,46,82,.06);
}
.page-intro,
.media-intro,
.assessment-intro{
  max-width:1040px;
  margin:0 0 30px;
  padding:8px 0 6px;
}
.page-intro{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;
}
.page-intro>div:first-child{min-width:0}
.page-intro__actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:12px;
  flex:0 0 auto;
  margin-bottom:8px;
}
.page>h1,
.page-intro h1,
.media-intro h1,
.assessment-intro h1{
  margin:18px 0 12px;
  color:#080f1f;
  font-size:46px;
  font-weight:700;
  line-height:1.18;
  letter-spacing:0;
  text-shadow:none;
  text-wrap:balance;
  overflow-wrap:break-word;
}
.page>.muted,
.page-intro .muted,
.media-intro .muted,
.assessment-intro .muted{
  max-width:820px;
  margin:0;
  color:#43516a;
  font-size:18px;
  line-height:1.8;
}
.muted{color:var(--muted)}
.eyebrow{
  width:max-content;
  max-width:100%;
  color:#2749cf;
  background:linear-gradient(180deg,#f6f8ff,#eef3ff);
  border:1px solid #d8e1ff;
  box-shadow:none;
}
.eyebrow:before{
  content:"";
  width:7px;
  height:7px;
  border-radius:50%;
  background:#2f6bff;
  box-shadow:0 0 0 4px rgba(47,107,255,.10);
}
.section-title,
.result-page h2,
.admin-page h2,
.gov-page h2{
  color:#17233a;
  font-weight:700;
  line-height:1.28;
  text-wrap:balance;
}

.panel,
.card,
.route-line li,
.filter-panel,
.case-facts div,
.result-strip span,
.learning-hero,
.certainty-card,
.uncertainty-row,
.certainty-boundary,
.process-steps li,
.service-package,
.consultant-timeline span,
.uncertainty-removed li{
  color:var(--ink);
  border:1px solid #dfe7f4;
  background:rgba(255,255,255,.92);
  box-shadow:0 18px 46px rgba(26,46,82,.08);
  backdrop-filter:blur(14px);
}
.panel,
.card{border-radius:18px}
.panel{padding:28px}
.card{padding:24px}
.card:hover,
.media-card:hover,
.case-card:hover{
  transform:translateY(-3px);
  border-color:#cbd7ea;
  box-shadow:0 24px 60px rgba(26,46,82,.12);
}
.card h3,
.media-body h3,
.learning-hero h2{
  color:#17233a;
  font-weight:700;
  line-height:1.32;
  text-wrap:balance;
}
.card p,
.media-body p,
.case-facts p,
.result-strip span,
.privacy-page p,
.gov-page p,
.learning-card p,
.panel p{
  color:#53637c;
  line-height:1.75;
}

.btn,
.card-primary{
  min-height:46px;
  border:0;
  border-radius:8px;
  background:var(--tech-gradient);
  color:#fff;
  box-shadow:0 18px 34px rgba(59,97,232,.24);
  white-space:normal;
  text-align:center;
}
.btn:hover{
  transform:translateY(-2px);
  box-shadow:0 22px 44px rgba(59,97,232,.28);
}
.btn.secondary,
.btn.ghost,
.home-secondary{
  color:#111827;
  background:rgba(255,255,255,.78);
  border:1px solid #9fb0c8;
  box-shadow:none;
}
.btn.secondary:hover,
.btn.ghost:hover{
  color:#2259e8;
  border-color:#6d8afa;
  background:#fff;
}
.tabs{gap:10px}
.tabs .is-active{
  color:#fff;
  background:var(--tech-gradient);
  box-shadow:0 14px 28px rgba(59,97,232,.20);
}

label{color:#2c3d57}
input,
select,
textarea{
  color:#0a1224;
  border:1px solid #dfe7f4;
  background:#fff;
  box-shadow:none;
}
input::placeholder,
textarea::placeholder{color:#8d99ad}
input:focus,
select:focus,
textarea:focus{
  border-color:#9db0ff;
  box-shadow:0 0 0 4px rgba(47,107,255,.12);
}
select option{
  color:#0a1224;
  background:#fff;
}
.check,
.consent{
  color:#2c3d57;
  border:1px solid #dfe7f4;
  background:#f8fbff;
  box-shadow:none;
}
.check:has(input:checked){
  color:#1e3faa;
  border-color:#b8c8ff;
  background:#eef3ff;
}
.consent a,
.link-btn{
  color:#2749cf;
  text-shadow:none;
}

.kpi .card{
  min-height:118px;
  background:rgba(255,255,255,.94);
  overflow:hidden;
}
.kpi .card:before{
  width:5px;
  height:100%;
  background:linear-gradient(180deg,#2f6bff,#21c6d7);
  box-shadow:none;
}
.kpi .card:after{display:none}
.kpi .card strong,
.level{
  color:#2f6bff;
  text-shadow:none;
}
.kpi .card p{color:#62708a}

.pill{
  max-width:100%;
  color:#34506e;
  border:1px solid #dfe7f4;
  background:#f8fbff;
  box-shadow:none;
  white-space:normal;
}
.pill--violet{color:#4d3fc5;background:#f0efff;border-color:#dad7ff}
.pill--blue{color:#2450c5;background:#edf4ff;border-color:#d5e4ff}
.pill--cyan{color:#057486;background:#e9f9fc;border-color:#cceef5}
.notice,
.success,
.error-state,
.empty-state,
.loading-state{
  border:1px solid #dfe7f4;
  border-radius:16px;
  color:#43516a;
  background:#fff;
  box-shadow:0 18px 46px rgba(26,46,82,.08);
}
.notice{border-color:#f6d7a2;color:#81510c;background:#fff8eb}
.success{border-color:#ace6da;color:#086455;background:#eefbf8}
.gov-boundary{margin:-6px 0 20px}

.table-wrap{
  border:1px solid #dfe7f4;
  background:#fff;
  box-shadow:0 18px 46px rgba(26,46,82,.08);
}
.table-wrap table{color:#17233a}
.table-wrap th,
.table-wrap td{
  border-bottom:1px solid #dfe7f4;
}
.table-wrap th{
  color:#253c5c;
  background:#f0f5fd;
  text-shadow:none;
}
.table-wrap tbody td,
.table-wrap tbody tr:nth-child(even) td,
.table-wrap tbody tr:nth-child(odd) td{
  color:#17233a;
  background:#fff;
}
.table-wrap tbody tr:nth-child(even) td{background:#fbfdff}
.table-wrap tbody tr:hover td{
  color:#0a1224;
  background:#f5f8ff;
  box-shadow:none;
}
.table-wrap tbody tr:hover td:first-child{box-shadow:inset 3px 0 0 #2f6bff}
code{
  color:#31516f;
  background:#f3f6fb;
  border:1px solid #dfe7f4;
}

.media-card,
.case-card{
  padding:0;
  overflow:hidden;
  border-radius:18px;
  background:#fff;
}
.media-body{padding:22px}
.media-label,
.case-facts span{
  color:#4056d4;
  text-shadow:none;
}
.media-badge{
  color:#fff;
  border:0;
  background:rgba(47,107,255,.88);
}
.video-link{
  color:#214270;
  border-color:#cfdbf0;
  background:#f7faff;
}
.video-link:hover{
  color:#214270;
  border-color:#b7c6f8;
  background:#eef4ff;
}
.video-placeholder{
  border-color:#d6e0f0;
  background:
    linear-gradient(90deg,rgba(47,107,255,.08) 1px,transparent 1px),
    linear-gradient(rgba(47,107,255,.06) 1px,transparent 1px),
    linear-gradient(135deg,#f8fbff,#eff5ff);
}
.video-placeholder__copy small,
.case-meta,
.result-strip small{color:#6d7f98}
.video-placeholder__copy strong{color:#17233a}
.case-facts div,
.result-strip span{
  background:linear-gradient(180deg,#f7fbff,#eef5ff);
}
.result-strip{
  grid-template-columns:repeat(2,minmax(0,1fr));
}
.result-strip span{
  min-width:0;
  color:#16385f;
  overflow-wrap:break-word;
}
.learning-hero{
  background:
    linear-gradient(90deg,rgba(47,107,255,.05) 1px,transparent 1px),
    linear-gradient(rgba(47,107,255,.045) 1px,transparent 1px),
    linear-gradient(120deg,#ffffff,#eef4ff);
  background-size:28px 28px,28px 28px,auto;
}
.learning-hero p{max-width:760px}

.tech-visual-card{
  border-bottom:1px solid #dfe7f4;
  background:
    radial-gradient(circle at 78% 22%,color-mix(in srgb,var(--visual-accent) 26%,transparent),transparent 33%),
    radial-gradient(circle at 18% 28%,color-mix(in srgb,var(--visual-glow) 25%,transparent),transparent 34%),
    linear-gradient(145deg,#ffffff,#eff5ff);
}
.tech-visual-card__meta span{color:#4056d4}
.tech-visual-card__meta strong{
  color:#17233a;
  text-shadow:none;
}
.tech-visual-card__meta small{color:#62708a}
.visual-object{
  border-color:color-mix(in srgb,var(--visual-glow) 30%,#d7e2f4);
  background:linear-gradient(150deg,rgba(255,255,255,.74),rgba(255,255,255,.30));
  box-shadow:0 16px 34px rgba(26,46,82,.08),0 0 22px color-mix(in srgb,var(--visual-glow) 14%,transparent);
}

.process-section,
.service-package-section,
.home-certainty-section{
  color:var(--ink);
  border:1px solid #dfe7f4;
  border-radius:24px;
  padding:30px;
  background:rgba(255,255,255,.78);
  box-shadow:0 18px 46px rgba(26,46,82,.07);
}
.capability-process,
.capability-packages,
.assessment-process{
  margin:28px 0;
}
.process-section .home-section__head,
.service-package-section .home-section__head,
.home-certainty-section .home-section__head{
  margin-bottom:24px;
}
.process-section .home-section__head span,
.service-package-section .home-section__head span,
.home-certainty-section .home-section__head span{
  color:#17233a;
  font-size:28px;
  font-weight:700;
}
.process-section .home-section__head h2,
.service-package-section .home-section__head h2,
.home-certainty-section .home-section__head h2{
  color:#62708a;
  font-size:16px;
  font-weight:600;
}
.process-steps li,
.service-package,
.certainty-card{
  background:#fff;
}
.process-steps b,
.consultant-timeline i{
  color:#fff;
  background:linear-gradient(135deg,#2f6bff,#6d55f6);
  box-shadow:0 10px 22px rgba(47,107,255,.20);
}
.process-steps li:before{
  background:linear-gradient(90deg,#2f6bff,#6d55f6,#21c6d7);
  box-shadow:none;
}
.process-steps h3,
.service-package__head h3,
.certainty-card h3{
  color:#17233a;
}
.process-steps p,
.service-package p,
.certainty-card p,
.certainty-boundary p{
  color:#53637c;
}
.certainty-boundary span,
.uncertainty-row strong{
  color:#2749cf;
}

.result-hero__copy h1{
  color:#080f1f;
  font-size:42px;
  font-weight:700;
  text-shadow:none;
  text-wrap:balance;
}
.stage-badge{
  border-color:#d8e1ff;
  background:linear-gradient(135deg,#f6f8ff,#eef3ff);
  box-shadow:none;
}
.stage-badge span{color:#17233a}
.stage-badge small{color:#4056d4}
.consultant-timeline span{
  color:#62708a;
  background:#fff;
}
.consultant-timeline span.is-active{
  color:#17233a;
  border-color:#b8c8ff;
  background:#eef3ff;
}
.uncertainty-removed li{
  color:#53637c;
  background:#fff;
}
.uncertainty-removed li:before{
  background:#2f6bff;
  box-shadow:0 0 0 4px rgba(47,107,255,.10);
}
.primary-next-card{
  border-color:#cbd7ea;
  background:linear-gradient(180deg,#ffffff,#f5f8ff);
}
.primary-next-card h3{color:#17233a}
.filter-panel{background:rgba(255,255,255,.92)}
.admin-login{
  margin:0;
  max-width:460px;
}

.h5-tabbar{
  border-top:1px solid #dfe7f4;
  background:rgba(255,255,255,.96);
  box-shadow:0 -12px 34px rgba(13,42,79,.12);
}
.h5-tabbar a{color:#40536f}
.h5-tabbar a.is-active{
  color:#fff;
  background:var(--tech-gradient);
}

@media(max-width:1180px){
  .topbar{
    align-items:flex-start;
    flex-direction:column;
    gap:12px;
  }
  .topbar nav{
    width:100%;
    gap:18px;
    justify-content:flex-start;
    overflow-x:auto;
    padding-bottom:2px;
    scrollbar-width:none;
  }
  .topbar nav::-webkit-scrollbar{display:none}
  .topbar nav a{white-space:nowrap}
  .page-intro{
    align-items:flex-start;
    flex-direction:column;
  }
  .page-intro__actions{
    justify-content:flex-start;
    margin-bottom:0;
  }
  .service-package-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:820px){
  .topbar{padding:12px 5vw}
  .brand{
    font-size:20px;
    min-width:0;
  }
  .brand:before{
    width:32px;
    height:32px;
  }
  .topbar nav{
    gap:16px;
    font-size:14px;
    flex-wrap:wrap;
    overflow:visible;
    row-gap:10px;
  }
  .topbar nav a{white-space:normal}
  .topbar nav a[data-nav-icon]:before{
    width:20px;
    height:20px;
  }
  .page{
    max-width:100vw;
    padding:36px 5vw 52px;
  }
  .page:before{
    inset:18px 0 auto;
    height:230px;
    border-left:0;
    border-right:0;
    border-radius:0;
  }
  .page>h1,
  .page-intro h1,
  .media-intro h1,
  .assessment-intro h1,
  .result-hero__copy h1{
    font-size:34px;
    line-height:1.22;
  }
  .page>.muted,
  .page-intro .muted,
  .media-intro .muted,
  .assessment-intro .muted{
    font-size:16px;
  }
  .panel{padding:20px}
  .process-section,
  .service-package-section,
  .home-certainty-section{
    padding:22px;
    border-radius:20px;
  }
  .process-section .home-section__head span,
  .service-package-section .home-section__head span,
  .home-certainty-section .home-section__head span{
    font-size:23px;
  }
  .capability-process,
  .capability-packages,
  .assessment-process{
    margin:22px 0;
  }
  .result-strip{grid-template-columns:1fr}
  .h5-tabbar{display:grid}
}

@media(max-width:460px){
  .page>h1,
  .page-intro h1,
  .media-intro h1,
  .assessment-intro h1,
  .result-hero__copy h1{
    font-size:30px;
  }
  .page-intro{gap:16px}
  .page-intro__actions,
  .page-intro__actions .btn,
  .actions .btn{
    width:100%;
  }
  .media-body{padding:18px}
  .service-package-grid,
  .process-steps,
  .certainty-card-grid,
  .consultant-timeline,
  .uncertainty-removed{
    grid-template-columns:1fr;
  }
}

/* Coastal nomad redesign: enterprise AI platform with the Beach Coffee visual language. */
:root{
  --ink:#10263a;
  --ink-2:#20394d;
  --muted:#617484;
  --muted-2:#8899a5;
  --navy:#08283c;
  --navy-2:#123d55;
  --blue:#167ea2;
  --violet:#6b6ed8;
  --cyan:#15a9bb;
  --aqua:#38c7a0;
  --sand:#fff7e5;
  --sun:#ffd46b;
  --coral:#ff7c5f;
  --leaf:#49b972;
  --paper:#fffaf0;
  --paper-2:#eef8f8;
  --surface:#ffffff;
  --surface-2:#f7fbf8;
  --border:#dce9e5;
  --border-strong:#bfd8d5;
  --shadow:0 30px 90px rgba(16,54,72,.16);
  --shadow-soft:0 18px 46px rgba(16,54,72,.10);
  --shadow-card:0 24px 60px rgba(16,54,72,.13);
  --radius:18px;
  --radius-sm:14px;
  --radius-xs:10px;
  --ok:#2f9d77;
  --warn:#bf7a12;
  --danger:#d95d62;
  --tech-gradient:linear-gradient(135deg,#ffd46b 0%,#ffb85c 58%,#ff7c5f 100%);
  --sea-gradient:linear-gradient(135deg,#0b4056 0%,#137896 48%,#39bfc0 100%);
  --glass:rgba(255,255,255,.82);
  --glass-strong:rgba(255,255,255,.94);
}
body{
  color:var(--ink);
  background:
    linear-gradient(90deg,rgba(22,126,162,.045) 1px,transparent 1px),
    linear-gradient(rgba(22,126,162,.035) 1px,transparent 1px),
    linear-gradient(180deg,#f8fcfb 0%,#fff7e5 480px,#fffaf0 100%);
  background-size:52px 52px,52px 52px,auto;
}
body:before{
  z-index:-1;
  background:
    linear-gradient(115deg,rgba(66,180,180,.22),transparent 42%),
    linear-gradient(245deg,rgba(255,212,107,.30),transparent 44%),
    linear-gradient(180deg,rgba(255,255,255,.60),rgba(255,255,255,.12));
  opacity:1;
}

.topbar{
  padding:15px 4vw;
  color:#fff;
  background:linear-gradient(90deg,rgba(7,39,57,.94),rgba(9,73,89,.88));
  border-bottom:1px solid rgba(255,255,255,.16);
  box-shadow:0 12px 34px rgba(8,38,54,.18);
}
.brand{
  color:#fff;
  font-size:22px;
  text-shadow:0 10px 24px rgba(0,0,0,.18);
}
.brand:before{
  border-radius:13px;
  background-color:#073047;
  box-shadow:0 12px 26px rgba(6,33,48,.30),inset 0 0 0 1px rgba(255,255,255,.42);
}
.topbar nav{gap:24px}
.topbar nav a{
  color:#eef9f7;
  font-weight:600;
}
.topbar nav a:hover{
  color:#ffd46b;
  background:transparent;
}
.topbar nav a[href="#/contact"]{
  color:#fff4d0;
}
.topbar nav a[data-nav-icon]:before{
  border-color:rgba(255,255,255,.72);
  background:rgba(255,255,255,.10);
  box-shadow:inset 0 -4px 0 rgba(255,212,107,.12);
}
.footer{
  color:#cfe9e4;
  background:linear-gradient(135deg,#073047,#0b596d);
  border-top:1px solid rgba(255,255,255,.12);
}

body[data-route="home"]{
  color:#fff;
  background:#073047;
}
body[data-route="home"]:before,
body[data-route="home"]:after{display:none}
body[data-route="home"] .topbar{
  position:sticky;
  color:#fff;
  background:linear-gradient(90deg,rgba(3,30,44,.88),rgba(5,62,78,.72));
  border-bottom:1px solid rgba(255,255,255,.18);
  box-shadow:0 16px 50px rgba(4,33,48,.18);
}
body[data-route="home"] .brand,
body[data-route="home"] .topbar nav a{color:#fff}
body[data-route="home"] .topbar nav a:hover{color:#ffd46b}
body[data-route="home"] .topbar nav a[href="#/contact"]{
  color:#fff4d0;
  background:transparent;
}
body[data-route="home"] .home-site{
  position:relative;
  min-height:100vh;
  color:#fff;
  overflow:hidden;
  background:
    linear-gradient(180deg,rgba(5,36,53,.68) 0%,rgba(7,47,68,.46) 42%,rgba(255,250,240,.98) 79%,#fffaf0 100%),
    linear-gradient(115deg,rgba(3,29,44,.88) 0 38%,rgba(12,111,137,.62) 38% 62%,rgba(255,205,113,.58) 62% 100%),
    linear-gradient(180deg,#0a5975 0 44%,#71c8cc 44% 57%,#eec880 57% 100%);
}
body[data-route="home"] .home-site:before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:52%;
  height:220px;
  pointer-events:none;
  background:
    repeating-linear-gradient(90deg,rgba(5,47,63,.18) 0 1px,transparent 1px 72px),
    linear-gradient(180deg,rgba(255,255,255,.18),rgba(255,247,229,.86));
  transform:skewY(-3deg);
  transform-origin:left center;
}
body[data-route="home"] .home-site:after{
  content:"";
  position:absolute;
  left:-6vw;
  right:-6vw;
  bottom:0;
  height:180px;
  pointer-events:none;
  background:
    repeating-linear-gradient(90deg,rgba(126,79,38,.28) 0 2px,transparent 2px 70px),
    linear-gradient(180deg,rgba(147,96,47,.18),rgba(93,55,31,.28));
  opacity:.58;
}
body[data-route="home"] .home-hero{
  position:relative;
  z-index:1;
  min-height:680px;
  color:#fff;
  overflow:visible;
  border-bottom:0;
  background:transparent;
}
body[data-route="home"] .home-hero:before,
body[data-route="home"] .home-hero:after,
body[data-route="home"] .home-cityline{display:none}
body[data-route="home"] .home-hero__inner{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(420px,.82fr);
  gap:54px;
  align-items:center;
  max-width:1420px;
  min-height:660px;
  margin:0 auto;
  padding:62px 4vw 116px;
}
body[data-route="home"] .home-hero__copy{
  min-width:0;
  padding:0;
}
body[data-route="home"] .home-kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  width:max-content;
  max-width:100%;
  margin-bottom:20px;
  color:#fff8dc;
  border:1px solid rgba(255,255,255,.30);
  border-radius:999px;
  padding:10px 16px;
  background:rgba(255,255,255,.12);
  box-shadow:0 14px 34px rgba(7,40,55,.22),inset 0 1px 0 rgba(255,255,255,.22);
  backdrop-filter:blur(14px);
  font-size:14px;
  font-weight:700;
}
body[data-route="home"] .home-kicker:before{
  content:"";
  width:9px;
  height:9px;
  border-radius:50%;
  background:#ffd46b;
  box-shadow:0 0 0 5px rgba(255,212,107,.18);
}
body[data-route="home"] .home-hero__copy h1{
  max-width:900px;
  margin:0 0 24px;
  color:#fff;
  font-size:76px;
  font-weight:700;
  line-height:1.04;
  letter-spacing:0;
  text-shadow:0 20px 46px rgba(1,20,31,.32);
}
body[data-route="home"] .home-hero__copy h1 span{
  display:block;
  white-space:nowrap;
}
body[data-route="home"] .home-hero__copy h1 span:nth-child(3){
  color:#fff4c7;
}
body[data-route="home"] .home-hero__copy p{
  max-width:720px;
  margin:0;
  color:#e4f4ef;
  font-size:20px;
  line-height:1.9;
  text-shadow:0 10px 24px rgba(1,20,31,.22);
}
.home-hero__badges{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:24px;
}
.home-hero__badges span{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:999px;
  padding:7px 12px;
  color:#fff8dc;
  background:rgba(255,255,255,.10);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.16);
  font-size:13px;
  font-weight:600;
}
body[data-route="home"] .home-actions{
  gap:18px;
  margin-top:34px;
}
body[data-route="home"] .home-actions .btn{
  min-width:168px;
  min-height:56px;
  border-radius:999px;
  padding:15px 24px;
  font-size:18px;
  font-weight:700;
}
body[data-route="home"] .home-primary,
.btn{
  color:#183044;
  background:var(--tech-gradient);
  box-shadow:0 18px 38px rgba(206,117,39,.28);
}
body[data-route="home"] .home-primary:after{
  content:"";
  width:18px;
  height:18px;
  margin-left:10px;
  border-radius:50%;
  background:#183044;
  clip-path:polygon(36% 24%,78% 50%,36% 76%);
}
body[data-route="home"] .home-secondary,
.btn.secondary,
.btn.ghost{
  color:#fffdf2;
  border:1px solid rgba(255,255,255,.44);
  background:rgba(255,255,255,.12);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.20);
  backdrop-filter:blur(14px);
}

body[data-route="home"] .home-report-card{
  position:relative;
  min-width:0;
  border:1px solid rgba(255,255,255,.28);
  border-radius:26px;
  padding:26px;
  color:#fff;
  background:linear-gradient(180deg,rgba(8,47,66,.74),rgba(5,32,48,.58));
  box-shadow:0 30px 86px rgba(2,24,35,.34),inset 0 1px 0 rgba(255,255,255,.18);
  backdrop-filter:blur(22px);
}
body[data-route="home"] .home-report-card:before{
  content:none;
  display:none;
}
body[data-route="home"] .home-report-card h2,
body[data-route="home"] .home-chart-panel h3{
  color:#f8feff;
}
body[data-route="home"] .home-report-score{
  color:#ffd46b;
}
body[data-route="home"] .home-report-progress{
  background:rgba(255,255,255,.16);
}
body[data-route="home"] .home-report-progress i{
  background:linear-gradient(90deg,#ffd46b,#39d0bd);
}
body[data-route="home"] .home-report-scale,
body[data-route="home"] .home-report-ring span,
body[data-route="home"] .home-report-metric small,
body[data-route="home"] .home-action-list span{
  color:#cae4df;
}
body[data-route="home"] .home-report-ring{
  color:#0b3044;
  background:conic-gradient(#ffd46b 0 78%,rgba(255,255,255,.16) 78% 100%);
}
body[data-route="home"] .home-report-ring:before{
  background:#fffaf0;
}
body[data-route="home"] .home-report-metric,
body[data-route="home"] .home-chart-panel{
  border-color:rgba(255,255,255,.18);
  background:rgba(255,255,255,.10);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.12);
}
body[data-route="home"] .home-report-metric b{
  color:#fff4c7;
}
body[data-route="home"] .home-mini-icon{
  background:rgba(255,255,255,.16);
}
body[data-route="home"] .home-action-list em{
  color:#173044;
  background:#ffd46b;
}
body[data-route="home"] .home-action-list b{
  color:#173044;
  background:#ffe8a8;
}

body[data-route="home"] .home-value-strip,
body[data-route="home"] .home-client-strip{
  position:relative;
  z-index:3;
  max-width:1420px;
  margin:0 auto;
  padding:0 4vw;
}
body[data-route="home"] .home-value-strip{
  margin-top:-82px;
}
body[data-route="home"] .home-value-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
  padding:18px;
  border:1px solid rgba(255,255,255,.56);
  border-radius:28px;
  background:rgba(255,255,255,.80);
  box-shadow:0 24px 70px rgba(16,54,72,.12);
  backdrop-filter:blur(18px);
}
body[data-route="home"] .home-value-card{
  display:grid;
  grid-template-columns:64px minmax(0,1fr);
  gap:16px;
  align-items:center;
  min-height:122px;
  border:1px solid #e3eee8;
  border-radius:20px;
  padding:20px;
  color:#173044;
  background:linear-gradient(180deg,#fff,#f8fcf8);
  box-shadow:none;
}
body[data-route="home"] .home-value-card h3{
  margin:0 0 7px;
  color:#173044;
  font-size:21px;
  font-weight:700;
}
body[data-route="home"] .home-value-card p{
  margin:0;
  color:#617484;
  font-size:14px;
  line-height:1.6;
}
body[data-route="home"] .home-value-icon{
  width:58px;
  height:58px;
  border-radius:19px;
  background:linear-gradient(135deg,#2fb4ad,#0d7892);
  box-shadow:0 14px 28px rgba(22,126,162,.20);
}
body[data-route="home"] .home-value-card:nth-child(2) .home-value-icon{background:linear-gradient(135deg,#ffd46b,#ff9f5f)}
body[data-route="home"] .home-value-card:nth-child(3) .home-value-icon{background:linear-gradient(135deg,#4fc08a,#138d7b)}
body[data-route="home"] .home-value-card:nth-child(4) .home-value-icon{background:linear-gradient(135deg,#7aa7ff,#6b6ed8)}

body[data-route="home"] .home-client-strip{
  margin-top:28px;
  margin-bottom:44px;
  border:1px solid #e2ebe3;
  border-radius:24px;
  padding-top:32px;
  padding-bottom:30px;
  color:#173044;
  background:
    linear-gradient(90deg,rgba(22,126,162,.055) 1px,transparent 1px),
    linear-gradient(rgba(22,126,162,.045) 1px,transparent 1px),
    linear-gradient(135deg,#fff,#fff7e5);
  background-size:36px 36px,36px 36px,auto;
  box-shadow:0 20px 52px rgba(16,54,72,.09);
}
body[data-route="home"] .home-client-strip h2{
  margin:0;
  color:#173044;
  font-size:30px;
  font-weight:700;
  line-height:1.25;
  text-align:center;
  letter-spacing:0;
}
body[data-route="home"] .home-client-strip p{
  margin:10px auto 0;
  color:#617484;
  text-align:center;
}
body[data-route="home"] .home-client-logos{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:16px;
  flex-wrap:wrap;
  margin-top:26px;
}
body[data-route="home"] .home-client-logos span,
body[data-route="home"] .home-client-logos a{
  display:inline-flex;
  align-items:center;
  min-height:40px;
  border:1px solid #e2ebe3;
  border-radius:999px;
  padding:9px 14px;
  color:#173044;
  background:#fff;
  font-size:15px;
  font-weight:700;
  white-space:nowrap;
}
body[data-route="home"] .home-client-logos a{
  color:#0d7892;
}

.page{
  max-width:1420px;
  padding:54px 4vw 76px;
}
.page:before{
  inset:22px 2vw auto;
  height:260px;
  border:1px solid rgba(255,255,255,.58);
  border-radius:30px;
  background:
    linear-gradient(90deg,rgba(255,255,255,.20) 1px,transparent 1px),
    linear-gradient(rgba(255,255,255,.16) 1px,transparent 1px),
    linear-gradient(135deg,rgba(10,84,106,.90),rgba(33,151,166,.72) 52%,rgba(255,212,107,.48));
  background-size:42px 42px,42px 42px,auto;
  box-shadow:0 24px 70px rgba(16,54,72,.13);
}
.page-intro{
  max-width:1040px;
  min-height:190px;
  align-items:center;
  padding:34px 36px;
  margin-bottom:32px;
  border:1px solid rgba(255,255,255,.40);
  border-radius:26px;
  color:#fff;
  background:linear-gradient(135deg,rgba(7,48,71,.70),rgba(13,112,134,.48));
  box-shadow:0 24px 60px rgba(16,54,72,.14),inset 0 1px 0 rgba(255,255,255,.18);
  backdrop-filter:blur(16px);
}
.page-intro h1{
  color:#fff;
  font-size:44px;
  text-shadow:0 16px 38px rgba(3,29,44,.28);
}
.page-intro .muted{
  color:#e7f5ef;
}
.eyebrow{
  color:#173044;
  border-color:rgba(255,255,255,.46);
  background:#ffe8a8;
  box-shadow:0 10px 24px rgba(94,63,14,.10);
}
.eyebrow:before{
  background:#0d7892;
  box-shadow:0 0 0 4px rgba(13,120,146,.13);
}

.panel,
.card,
.route-line li,
.filter-panel,
.case-facts div,
.result-strip span,
.learning-hero,
.certainty-card,
.uncertainty-row,
.certainty-boundary,
.process-steps li,
.service-package,
.consultant-timeline span,
.uncertainty-removed li{
  border-color:#e0ebe5;
  background:rgba(255,255,255,.90);
  box-shadow:0 18px 46px rgba(16,54,72,.09);
}
.card:hover,
.media-card:hover,
.case-card:hover{
  border-color:#c8ddd5;
  box-shadow:0 24px 60px rgba(16,54,72,.14);
}
.card h3,
.media-body h3,
.learning-hero h2,
.section-title,
.result-page h2,
.admin-page h2,
.gov-page h2{
  color:#173044;
}
.card p,
.media-body p,
.case-facts p,
.privacy-page p,
.gov-page p,
.learning-card p,
.panel p{
  color:#617484;
}

.btn:hover{
  box-shadow:0 22px 48px rgba(206,117,39,.30);
}
.btn.secondary,
.btn.ghost{
  color:#173044;
  border-color:#d6e5df;
  background:#fff;
  backdrop-filter:none;
}
.tabs .is-active{
  color:#173044;
  background:var(--tech-gradient);
  box-shadow:0 12px 26px rgba(206,117,39,.20);
}
input,
select,
textarea{
  border-color:#dce9e5;
  background:#fffdfa;
}
input:focus,
select:focus,
textarea:focus{
  border-color:#69beb9;
  box-shadow:0 0 0 4px rgba(56,199,160,.14);
}
.check,
.consent{
  border-color:#dce9e5;
  background:#fffdfa;
}
.check:has(input:checked){
  color:#0d7892;
  border-color:#9ad3cc;
  background:#eefaf6;
}
.consent a,
.link-btn{color:#0d7892}
.kpi .card:before{
  background:linear-gradient(180deg,#ffd46b,#21a8b5);
}
.kpi .card strong,
.level{
  color:#0d7892;
}
.pill{
  color:#21556a;
  border-color:#dce9e5;
  background:#f7fbf8;
}
.pill--violet{color:#5a56bb;background:#f2f1ff;border-color:#dcdbff}
.pill--blue{color:#0d6f95;background:#eaf7fb;border-color:#cae9ee}
.pill--cyan{color:#0f806e;background:#ecfaf2;border-color:#ccefe0}
.notice{
  border-color:#f4d795;
  color:#7a5313;
  background:#fff7dd;
}
.success{
  border-color:#bce8d5;
  color:#16624a;
  background:#effaf3;
}
.table-wrap{
  border-color:#dce9e5;
  background:#fff;
}
.table-wrap th{
  color:#173044;
  background:#edf7f5;
}
.table-wrap tbody tr:nth-child(even) td{background:#fbfdf9}
.table-wrap tbody tr:hover td{background:#f1faf7}
.table-wrap tbody tr:hover td:first-child{box-shadow:inset 3px 0 0 #15a9bb}
code{
  color:#0d7892;
  background:#eef8f8;
  border-color:#dce9e5;
}

.media-card,
.case-card{
  border-color:#e0ebe5;
  background:#fffdfa;
}
.media-label,
.case-facts span{
  color:#0d7892;
}
.media-badge{
  background:rgba(8,48,71,.84);
}
.video-link{
  color:#0c4f68;
  border-color:#d6e5df;
  background:#fffdfa;
}
.video-link span{
  background:linear-gradient(135deg,#ffd46b,#0d7892);
}
.video-link:hover{
  color:#0c4f68;
  border-color:#9ad3cc;
  background:#eefaf6;
}
.video-placeholder{
  border-color:#dce9e5;
  background:
    linear-gradient(90deg,rgba(22,126,162,.08) 1px,transparent 1px),
    linear-gradient(rgba(22,126,162,.06) 1px,transparent 1px),
    linear-gradient(135deg,#fffdfa,#eef8f8);
}
.play-dot{background:linear-gradient(135deg,#ffd46b,#ff7c5f)}
.video-placeholder__copy strong{color:#173044}
.case-facts div,
.result-strip span{
  border-color:#dce9e5;
  background:linear-gradient(180deg,#fffdfa,#eef8f8);
}
.result-strip span{color:#173044}

.tech-visual-card{
  border-bottom-color:#dce9e5;
  background:
    linear-gradient(90deg,rgba(255,255,255,.26) 1px,transparent 1px),
    linear-gradient(rgba(255,255,255,.22) 1px,transparent 1px),
    linear-gradient(135deg,#0d7892,#47c7bc 56%,#ffd46b);
  background-size:28px 28px,28px 28px,auto;
}
.tech-visual-card__meta{
  background:rgba(255,255,255,.78);
}
.tech-visual-card__meta span{color:#0d7892}
.tech-visual-card__meta strong{color:#173044}
.glow-icon{
  border-color:rgba(255,255,255,.70);
  background:linear-gradient(135deg,rgba(255,212,107,.80),rgba(13,120,146,.66));
}

.process-section,
.service-package-section,
.home-certainty-section{
  border-color:#e0ebe5;
  background:rgba(255,255,255,.74);
}
.process-section .home-section__head span,
.service-package-section .home-section__head span,
.home-certainty-section .home-section__head span,
.process-steps h3,
.service-package__head h3,
.certainty-card h3{color:#173044}
.process-section .home-section__head h2,
.service-package-section .home-section__head h2,
.home-certainty-section .home-section__head h2,
.process-steps p,
.service-package p,
.certainty-card p,
.certainty-boundary p{color:#617484}
.process-steps b,
.consultant-timeline i{
  color:#173044;
  background:linear-gradient(135deg,#ffd46b,#ffb85c);
}
.process-steps li:before{
  background:linear-gradient(90deg,#ffd46b,#21a8b5);
}
.certainty-boundary span,
.uncertainty-row strong{color:#0d7892}
.stage-badge{
  border-color:#dce9e5;
  background:linear-gradient(135deg,#fff7dd,#eef8f8);
}
.stage-badge span{color:#173044}
.stage-badge small{color:#0d7892}
.consultant-timeline span.is-active{
  border-color:#9ad3cc;
  background:#eefaf6;
}
.primary-next-card{
  border-color:#dce9e5;
  background:linear-gradient(180deg,#fffdfa,#eef8f8);
}

.h5-tabbar{
  border-top-color:#dce9e5;
  background:rgba(255,253,250,.96);
}
.h5-tabbar a{color:#33576a}
.h5-tabbar a.is-active{
  color:#173044;
  background:var(--tech-gradient);
}

@media(max-width:1180px){
  body[data-route="home"] .home-hero__inner{
    grid-template-columns:1fr;
    gap:34px;
    padding-top:46px;
  }
  body[data-route="home"] .home-hero__copy h1{
    font-size:64px;
  }
  body[data-route="home"] .home-report-card{
    max-width:760px;
  }
  body[data-route="home"] .home-value-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:820px){
  .topbar{padding:13px 5vw}
  .topbar nav{
    gap:14px 18px;
    flex-wrap:wrap;
    overflow:visible;
  }
  .topbar nav a{white-space:normal}
  body[data-route="home"]{
    padding-bottom:calc(78px + env(safe-area-inset-bottom));
  }
  body[data-route="home"] .home-hero{
    min-height:auto;
  }
  body[data-route="home"] .home-hero__inner{
    min-height:auto;
    padding:36px 5vw 112px;
  }
  body[data-route="home"] .home-hero__copy h1{
    font-size:44px;
    line-height:1.12;
  }
  body[data-route="home"] .home-hero__copy h1 span{
    white-space:normal;
  }
  body[data-route="home"] .home-hero__copy p{
    font-size:17px;
  }
  body[data-route="home"] .home-actions .btn{
    width:100%;
  }
  body[data-route="home"] .home-report-card{
    padding:20px;
    border-radius:22px;
  }
  body[data-route="home"] .home-report-card__top,
  body[data-route="home"] .home-report-metrics,
  body[data-route="home"] .home-report-charts,
  body[data-route="home"] .home-value-grid{
    grid-template-columns:1fr;
  }
  body[data-route="home"] .home-value-strip{
    margin-top:-70px;
    padding-left:5vw;
    padding-right:5vw;
  }
  body[data-route="home"] .home-value-grid{
    padding:14px;
  }
  body[data-route="home"] .home-value-card{
    grid-template-columns:58px minmax(0,1fr);
    min-height:112px;
    padding:18px;
  }
  body[data-route="home"] .home-client-strip{
    margin-top:22px;
    margin-bottom:28px;
    padding-left:5vw;
    padding-right:5vw;
  }
  body[data-route="home"] .home-client-strip h2{
    font-size:24px;
  }
  .page{
    padding:34px 5vw 56px;
  }
  .page:before{
    inset:16px 0 auto;
    height:250px;
    border-radius:0;
    border-left:0;
    border-right:0;
  }
  .page-intro{
    min-height:0;
    padding:26px 22px;
    border-radius:22px;
  }
  .page-intro h1{
    font-size:34px;
  }
}
@media(max-width:460px){
  body[data-route="home"] .home-hero__copy h1{
    font-size:38px;
  }
  body[data-route="home"] .home-value-card{
    grid-template-columns:1fr;
  }
  body[data-route="home"] .home-client-logos span,
  body[data-route="home"] .home-client-logos a{
    width:100%;
    justify-content:center;
  }
  .page-intro h1{
    font-size:30px;
  }
}

/* Executive AI redesign: remove scenic styling and use a precise enterprise product system. */
:root{
  --ink:#101820;
  --ink-2:#243241;
  --muted:#687586;
  --muted-2:#94a0ad;
  --navy:#101820;
  --navy-2:#1f3446;
  --blue:#1d66f2;
  --violet:#5f6ee8;
  --cyan:#17a8b8;
  --aqua:#19b985;
  --amber:#f6b944;
  --paper:#f6f8fb;
  --paper-2:#eef3f7;
  --surface:#ffffff;
  --surface-2:#f9fbfd;
  --border:#dfe6ee;
  --border-strong:#c3cfdb;
  --shadow:0 28px 80px rgba(16,24,32,.12);
  --shadow-soft:0 16px 42px rgba(16,24,32,.08);
  --shadow-card:0 22px 58px rgba(16,24,32,.11);
  --radius:16px;
  --radius-sm:12px;
  --radius-xs:8px;
  --ok:#16a36e;
  --warn:#bf7a12;
  --danger:#db5164;
  --tech-gradient:linear-gradient(135deg,#1d66f2 0%,#17a8b8 100%);
  --glass:rgba(255,255,255,.88);
  --glass-strong:rgba(255,255,255,.96);
}
body{
  color:var(--ink);
  background:
    linear-gradient(90deg,rgba(29,102,242,.040) 1px,transparent 1px),
    linear-gradient(rgba(29,102,242,.030) 1px,transparent 1px),
    radial-gradient(circle at 86% 12%,rgba(23,168,184,.12),transparent 28%),
    radial-gradient(circle at 10% 18%,rgba(246,185,68,.12),transparent 26%),
    linear-gradient(180deg,#f8fafc 0%,#eef3f7 460px,#f8fafc 100%);
  background-size:44px 44px,44px 44px,auto,auto,auto;
}
body:before{
  z-index:-1;
  background:
    linear-gradient(120deg,transparent 0 42%,rgba(29,102,242,.07) 42% 43%,transparent 43% 100%),
    linear-gradient(60deg,transparent 0 58%,rgba(23,168,184,.06) 58% 59%,transparent 59% 100%);
  opacity:1;
}

.topbar,
body[data-route="home"] .topbar{
  padding:14px 4vw;
  color:#101820;
  background:rgba(255,255,255,.88);
  border-bottom:1px solid rgba(207,216,226,.78);
  box-shadow:0 12px 32px rgba(16,24,32,.07);
  backdrop-filter:blur(18px);
}
.brand,
body[data-route="home"] .brand{
  color:#101820;
  font-size:22px;
  font-weight:700;
  text-shadow:none;
}
.brand:before,
body[data-route="home"] .brand:before{
  border-radius:11px;
  background-color:#101820;
  box-shadow:0 12px 26px rgba(29,102,242,.18),inset 0 0 0 1px rgba(255,255,255,.42);
}
.topbar nav,
body[data-route="home"] .topbar nav{gap:6px}
.topbar nav a,
body[data-route="home"] .topbar nav a{
  position:relative;
  color:#273545;
  border-radius:10px;
  padding:9px 12px;
  font-weight:700;
}
.topbar nav a:hover,
body[data-route="home"] .topbar nav a:hover{
  color:#1d66f2;
  background:#eef4ff;
}
.topbar nav a[href="#/contact"],
body[data-route="home"] .topbar nav a[href="#/contact"]{
  color:#273545;
  background:transparent;
}
.topbar nav a[data-nav-icon]:before,
body[data-route="home"] .topbar nav a[data-nav-icon]:before{
  display:none;
}
body[data-route="assessment"] .topbar nav a[href="#/assessment"],
body[data-route="capabilities"] .topbar nav a[href="#/capabilities"],
body[data-route="cases"] .topbar nav a[href="#/cases"],
body[data-route="learning"] .topbar nav a[href="#/capabilities"],
body[data-route="contact"] .topbar nav a[href="#/contact"],
body[data-route="gov-dashboard"] .topbar nav a[href="#/gov-dashboard"]{
  color:#1d66f2;
  background:#eef4ff;
}
.footer,
body[data-route="home"] .footer{
  color:#758292;
  background:#ffffff;
  border-top:1px solid var(--border);
}

body[data-route="home"]{
  color:var(--ink);
  background:#f8fafc;
}
body[data-route="home"]:before,
body[data-route="home"]:after{display:block}
body[data-route="home"] .home-site{
  position:relative;
  min-height:100vh;
  color:var(--ink);
  overflow:hidden;
  background:
    linear-gradient(90deg,rgba(29,102,242,.045) 1px,transparent 1px),
    linear-gradient(rgba(29,102,242,.032) 1px,transparent 1px),
    radial-gradient(circle at 84% 18%,rgba(23,168,184,.15),transparent 28%),
    radial-gradient(circle at 12% 14%,rgba(246,185,68,.14),transparent 25%),
    linear-gradient(180deg,#ffffff 0%,#f3f7fb 58%,#ffffff 100%);
  background-size:52px 52px,52px 52px,auto,auto,auto;
}
body[data-route="home"] .home-site:before,
body[data-route="home"] .home-site:after{
  content:"";
  position:absolute;
  pointer-events:none;
}
body[data-route="home"] .home-site:before{
  left:4vw;
  right:4vw;
  top:96px;
  height:520px;
  border:1px solid rgba(209,219,230,.72);
  border-radius:30px;
  background:
    linear-gradient(120deg,rgba(255,255,255,.86),rgba(238,245,251,.68)),
    linear-gradient(90deg,rgba(29,102,242,.08) 1px,transparent 1px);
  box-shadow:0 28px 88px rgba(16,24,32,.08);
  transform:none;
}
body[data-route="home"] .home-site:after{
  display:none;
}
body[data-route="home"] .home-hero{
  min-height:auto;
  color:var(--ink);
  background:transparent;
}
body[data-route="home"] .home-hero__inner{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(0,.96fr) minmax(440px,.88fr);
  gap:58px;
  align-items:center;
  max-width:1420px;
  min-height:650px;
  margin:0 auto;
  padding:72px 4vw 118px;
}
body[data-route="home"] .home-hero__copy{padding:0}
body[data-route="home"] .home-kicker,
.eyebrow{
  position:relative;
  display:inline-flex;
  align-items:center;
  gap:10px;
  width:max-content;
  max-width:100%;
  min-height:36px;
  border:1px solid rgba(29,102,242,.18);
  border-radius:999px;
  padding:8px 14px 8px 12px;
  color:#1750c7;
  background:linear-gradient(180deg,#ffffff,#eef4ff);
  box-shadow:0 10px 24px rgba(29,102,242,.10),inset 0 1px 0 rgba(255,255,255,.75);
  font-size:13px;
  font-weight:700;
  letter-spacing:0;
}
body[data-route="home"] .home-kicker:before,
.eyebrow:before{
  content:"";
  width:18px;
  height:18px;
  border-radius:7px;
  background:
    linear-gradient(135deg,#1d66f2,#17a8b8);
  box-shadow:0 6px 14px rgba(29,102,242,.20);
  transform:rotate(45deg) scale(.72);
}
body[data-route="home"] .home-hero__copy h1{
  max-width:880px;
  margin:22px 0 24px;
  color:#101820;
  font-size:72px;
  font-weight:700;
  line-height:1.04;
  letter-spacing:0;
  text-shadow:none;
}
body[data-route="home"] .home-hero__copy h1 span{
  display:block;
  white-space:nowrap;
}
body[data-route="home"] .home-hero__copy h1 span:nth-child(3){
  color:#1d66f2;
}
body[data-route="home"] .home-hero__copy p{
  max-width:720px;
  margin:0;
  color:#415364;
  font-size:20px;
  line-height:1.85;
  text-shadow:none;
}
.home-hero__badges{
  gap:10px;
  margin-top:24px;
}
.home-hero__badges span{
  min-height:34px;
  border:1px solid #dfe6ee;
  border-radius:999px;
  padding:7px 12px;
  color:#34495c;
  background:#ffffff;
  box-shadow:0 8px 20px rgba(16,24,32,.06);
  font-size:13px;
  font-weight:700;
}
body[data-route="home"] .home-actions{gap:16px;margin-top:34px}
body[data-route="home"] .home-actions .btn{
  min-width:168px;
  min-height:56px;
  border-radius:12px;
  padding:15px 24px;
  font-size:18px;
  font-weight:700;
}
body[data-route="home"] .home-primary,
.btn,
.card-primary{
  color:#ffffff;
  background:var(--tech-gradient);
  box-shadow:0 16px 34px rgba(29,102,242,.22);
}
body[data-route="home"] .home-primary:after{
  background:#fff;
}
body[data-route="home"] .home-secondary,
.btn.secondary,
.btn.ghost{
  color:#243241;
  border:1px solid #c9d4df;
  background:#ffffff;
  box-shadow:0 12px 26px rgba(16,24,32,.07);
  backdrop-filter:none;
}

body[data-route="home"] .home-report-card{
  position:relative;
  min-width:0;
  border:1px solid #d7e1ea;
  border-radius:24px;
  padding:28px;
  color:#101820;
  background:
    linear-gradient(90deg,rgba(29,102,242,.055) 1px,transparent 1px),
    linear-gradient(rgba(29,102,242,.040) 1px,transparent 1px),
    linear-gradient(180deg,#ffffff,#f8fbfd);
  background-size:28px 28px,28px 28px,auto;
  box-shadow:0 30px 82px rgba(16,24,32,.14),inset 0 1px 0 rgba(255,255,255,.80);
  backdrop-filter:blur(16px);
}
body[data-route="home"] .home-report-card h2,
body[data-route="home"] .home-chart-panel h3{
  color:#101820;
}
body[data-route="home"] .home-report-score{
  color:#1d66f2;
}
body[data-route="home"] .home-report-progress{
  background:#e2e9f0;
}
body[data-route="home"] .home-report-progress i{
  background:linear-gradient(90deg,#1d66f2,#17a8b8);
}
body[data-route="home"] .home-report-scale,
body[data-route="home"] .home-report-ring span,
body[data-route="home"] .home-report-metric small,
body[data-route="home"] .home-action-list span{
  color:#687586;
}
body[data-route="home"] .home-report-ring{
  color:#101820;
  background:conic-gradient(#1d66f2 0 78%,#e5ebf1 78% 100%);
}
body[data-route="home"] .home-report-ring:before{
  background:#fff;
}
body[data-route="home"] .home-report-metric,
body[data-route="home"] .home-chart-panel{
  border-color:#dfe6ee;
  background:rgba(255,255,255,.88);
  box-shadow:0 10px 24px rgba(16,24,32,.06);
}
body[data-route="home"] .home-report-metric b{
  color:#101820;
}
body[data-route="home"] .home-action-list em{
  color:#fff;
  background:#1d66f2;
}
body[data-route="home"] .home-action-list b{
  color:#7d4d08;
  background:#fff3d2;
}

body[data-route="home"] .home-value-strip{
  margin-top:-74px;
}
body[data-route="home"] .home-value-grid{
  gap:18px;
  padding:18px;
  border:1px solid #dfe6ee;
  border-radius:24px;
  background:rgba(255,255,255,.92);
  box-shadow:0 26px 70px rgba(16,24,32,.10);
  backdrop-filter:blur(16px);
}
body[data-route="home"] .home-value-card{
  min-height:128px;
  border:1px solid #e1e8ef;
  border-radius:18px;
  padding:22px;
  color:#101820;
  background:linear-gradient(180deg,#fff,#f9fbfd);
}
body[data-route="home"] .home-value-card h3{
  color:#101820;
  font-size:21px;
}
body[data-route="home"] .home-value-card p{
  color:#687586;
}
body[data-route="home"] .home-value-icon{
  border-radius:16px;
  background:linear-gradient(135deg,#1d66f2,#17a8b8);
}
body[data-route="home"] .home-value-card:nth-child(2) .home-value-icon{background:linear-gradient(135deg,#f6b944,#f07a3d)}
body[data-route="home"] .home-value-card:nth-child(3) .home-value-icon{background:linear-gradient(135deg,#19b985,#17a8b8)}
body[data-route="home"] .home-value-card:nth-child(4) .home-value-icon{background:linear-gradient(135deg,#5f6ee8,#1d66f2)}

body[data-route="home"] .home-client-strip{
  border:1px solid #dfe6ee;
  border-radius:24px;
  color:#101820;
  background:
    linear-gradient(90deg,rgba(29,102,242,.040) 1px,transparent 1px),
    linear-gradient(rgba(29,102,242,.030) 1px,transparent 1px),
    linear-gradient(180deg,#ffffff,#f7fafc);
  background-size:36px 36px,36px 36px,auto;
  box-shadow:0 20px 52px rgba(16,24,32,.08);
}
body[data-route="home"] .home-client-strip h2{color:#101820}
body[data-route="home"] .home-client-strip p{color:#687586}
body[data-route="home"] .home-client-logos span,
body[data-route="home"] .home-client-logos a{
  border:1px solid #dfe6ee;
  color:#243241;
  background:#fff;
}
body[data-route="home"] .home-client-logos a{color:#1d66f2}

.page{
  max-width:1420px;
  padding:54px 4vw 76px;
}
.page:before{
  inset:22px 2vw auto;
  height:250px;
  border:1px solid #d8e1ea;
  border-radius:26px;
  background:
    linear-gradient(90deg,rgba(255,255,255,.22) 1px,transparent 1px),
    linear-gradient(rgba(255,255,255,.18) 1px,transparent 1px),
    linear-gradient(135deg,#101820,#1d66f2 54%,#17a8b8);
  background-size:38px 38px,38px 38px,auto;
  box-shadow:0 24px 70px rgba(16,24,32,.12);
}
.page-intro{
  max-width:1060px;
  min-height:184px;
  align-items:center;
  padding:34px 36px;
  margin-bottom:32px;
  border:1px solid rgba(255,255,255,.26);
  border-radius:22px;
  color:#fff;
  background:
    linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px),
    linear-gradient(rgba(255,255,255,.06) 1px,transparent 1px),
    linear-gradient(135deg,rgba(16,24,32,.84),rgba(29,102,242,.70));
  background-size:32px 32px,32px 32px,auto;
  box-shadow:0 24px 60px rgba(16,24,32,.16),inset 0 1px 0 rgba(255,255,255,.12);
  backdrop-filter:blur(16px);
}
.page-intro h1{
  color:#fff;
  font-size:44px;
  text-shadow:none;
}
.page-intro .muted{color:#e5eef7}

.panel,
.card,
.route-line li,
.filter-panel,
.case-facts div,
.result-strip span,
.learning-hero,
.certainty-card,
.uncertainty-row,
.certainty-boundary,
.process-steps li,
.service-package,
.consultant-timeline span,
.uncertainty-removed li{
  border-color:#dfe6ee;
  background:rgba(255,255,255,.93);
  box-shadow:0 16px 42px rgba(16,24,32,.08);
}
.panel,
.card{border-radius:16px}
.card:hover,
.media-card:hover,
.case-card:hover{
  border-color:#c3cfdb;
  box-shadow:0 22px 58px rgba(16,24,32,.11);
}
.card h3,
.media-body h3,
.learning-hero h2,
.section-title,
.result-page h2,
.admin-page h2,
.gov-page h2{color:#101820}
.card p,
.media-body p,
.case-facts p,
.privacy-page p,
.gov-page p,
.learning-card p,
.panel p{color:#687586}

.tabs .is-active{
  color:#fff;
  background:var(--tech-gradient);
  box-shadow:0 12px 26px rgba(29,102,242,.18);
}
input,
select,
textarea{
  border-color:#dfe6ee;
  background:#fff;
}
input:focus,
select:focus,
textarea:focus{
  border-color:#87aaf8;
  box-shadow:0 0 0 4px rgba(29,102,242,.12);
}
.check,
.consent{
  border-color:#dfe6ee;
  background:#fff;
}
.check:has(input:checked){
  color:#1750c7;
  border-color:#b7c9ff;
  background:#edf4ff;
}
.consent a,
.link-btn{color:#1d66f2}
.kpi .card:before{
  background:linear-gradient(180deg,#1d66f2,#17a8b8);
}
.kpi .card strong,
.level{color:#1d66f2}
.pill{
  color:#33495c;
  border-color:#dfe6ee;
  background:#f8fbfd;
}
.pill--violet{color:#4550b9;background:#f1f2ff;border-color:#d9ddff}
.pill--blue{color:#1750c7;background:#edf4ff;border-color:#d9e5ff}
.pill--cyan{color:#087485;background:#eaf9fb;border-color:#cdeff3}
.notice{
  border-color:#f0d18c;
  color:#7d4d08;
  background:#fff8e6;
}
.success{
  border-color:#bfe5d6;
  color:#116449;
  background:#eefaf5;
}
.table-wrap{border-color:#dfe6ee}
.table-wrap th{
  color:#101820;
  background:#edf2f7;
}
.table-wrap tbody tr:nth-child(even) td{background:#fbfcfd}
.table-wrap tbody tr:hover td{background:#f2f7ff}
.table-wrap tbody tr:hover td:first-child{box-shadow:inset 3px 0 0 #1d66f2}
code{
  color:#1750c7;
  background:#f2f6fb;
  border-color:#dfe6ee;
}

.media-card,
.case-card{
  border-color:#dfe6ee;
  background:#fff;
}
.media-label,
.case-facts span{color:#1d66f2}
.media-badge{
  color:#fff;
  background:rgba(16,24,32,.84);
}
.video-link{
  color:#243241;
  border-color:#dfe6ee;
  background:#fff;
}
.video-link span{
  background:linear-gradient(135deg,#1d66f2,#17a8b8);
}
.video-link:hover{
  color:#1d66f2;
  border-color:#b7c9ff;
  background:#edf4ff;
}
.video-placeholder{
  border-color:#dfe6ee;
  background:
    linear-gradient(90deg,rgba(29,102,242,.08) 1px,transparent 1px),
    linear-gradient(rgba(29,102,242,.06) 1px,transparent 1px),
    linear-gradient(135deg,#fff,#f2f7ff);
}
.play-dot{background:linear-gradient(135deg,#1d66f2,#17a8b8)}
.video-placeholder__copy strong{color:#101820}
.case-facts div,
.result-strip span{
  border-color:#dfe6ee;
  background:linear-gradient(180deg,#fff,#f7fafc);
}
.result-strip span{color:#101820}

.tech-visual-card{
  border-bottom-color:#dfe6ee;
  background:
    linear-gradient(90deg,rgba(255,255,255,.16) 1px,transparent 1px),
    linear-gradient(rgba(255,255,255,.12) 1px,transparent 1px),
    radial-gradient(circle at 72% 20%,rgba(246,185,68,.24),transparent 25%),
    linear-gradient(135deg,#101820,#1d66f2 58%,#17a8b8);
  background-size:28px 28px,28px 28px,auto,auto;
}
.tech-visual-card__meta{
  background:rgba(255,255,255,.84);
}
.tech-visual-card__meta span{color:#1d66f2}
.tech-visual-card__meta strong{color:#101820}
.glow-icon{
  border-color:rgba(255,255,255,.70);
  background:linear-gradient(135deg,rgba(29,102,242,.84),rgba(23,168,184,.72));
}
.process-section,
.service-package-section,
.home-certainty-section{
  border-color:#dfe6ee;
  background:rgba(255,255,255,.80);
}
.process-section .home-section__head span,
.service-package-section .home-section__head span,
.home-certainty-section .home-section__head span,
.process-steps h3,
.service-package__head h3,
.certainty-card h3{color:#101820}
.process-section .home-section__head h2,
.service-package-section .home-section__head h2,
.home-certainty-section .home-section__head h2,
.process-steps p,
.service-package p,
.certainty-card p,
.certainty-boundary p{color:#687586}
.process-steps b,
.consultant-timeline i{
  color:#fff;
  background:linear-gradient(135deg,#1d66f2,#17a8b8);
}
.process-steps li:before{
  background:linear-gradient(90deg,#1d66f2,#17a8b8);
}
.certainty-boundary span,
.uncertainty-row strong{color:#1d66f2}
.stage-badge{
  border-color:#dfe6ee;
  background:linear-gradient(135deg,#fff,#edf4ff);
}
.stage-badge span{color:#101820}
.stage-badge small{color:#1d66f2}
.consultant-timeline span.is-active{
  border-color:#b7c9ff;
  background:#edf4ff;
}
.primary-next-card{
  border-color:#dfe6ee;
  background:linear-gradient(180deg,#fff,#f2f7ff);
}
.h5-tabbar{
  border-top-color:#dfe6ee;
  background:rgba(255,255,255,.96);
}
.h5-tabbar a{color:#415364}
.h5-tabbar a.is-active{
  color:#fff;
  background:var(--tech-gradient);
}

@media(max-width:1180px){
  body[data-route="home"] .home-hero__inner{
    grid-template-columns:1fr;
    gap:32px;
    padding-top:48px;
  }
  body[data-route="home"] .home-hero__copy h1{font-size:60px}
  body[data-route="home"] .home-report-card{max-width:760px}
}
@media(max-width:820px){
  .topbar,
  body[data-route="home"] .topbar{
    padding:12px 5vw;
  }
  .topbar nav,
  body[data-route="home"] .topbar nav{
    gap:12px 16px;
    flex-wrap:wrap;
    overflow:visible;
  }
  .topbar nav a,
  body[data-route="home"] .topbar nav a{white-space:normal}
  body[data-route="home"] .home-site:before{
    left:0;
    right:0;
    top:118px;
    height:520px;
    border-left:0;
    border-right:0;
    border-radius:0;
  }
  body[data-route="home"] .home-site:after{
    right:-300px;
    top:180px;
    width:480px;
    height:480px;
  }
  body[data-route="home"] .home-hero__inner{
    min-height:auto;
    padding:36px 5vw 104px;
  }
  body[data-route="home"] .home-hero__copy h1{
    font-size:42px;
    line-height:1.14;
  }
  body[data-route="home"] .home-hero__copy h1 span{
    white-space:normal;
  }
  body[data-route="home"] .home-hero__copy p{
    font-size:17px;
  }
  body[data-route="home"] .home-actions .btn{width:100%}
  body[data-route="home"] .home-report-card{padding:20px;border-radius:20px}
  body[data-route="home"] .home-report-card__top,
  body[data-route="home"] .home-report-metrics,
  body[data-route="home"] .home-report-charts,
  body[data-route="home"] .home-value-grid{grid-template-columns:1fr}
  body[data-route="home"] .home-value-strip{
    margin-top:-66px;
    padding-left:5vw;
    padding-right:5vw;
  }
  body[data-route="home"] .home-value-card{
    grid-template-columns:58px minmax(0,1fr);
    min-height:112px;
    padding:18px;
  }
  .page{padding:34px 5vw 56px}
  .page:before{
    inset:16px 0 auto;
    height:246px;
    border-radius:0;
    border-left:0;
    border-right:0;
  }
  .page-intro{
    min-height:0;
    padding:24px 22px;
    border-radius:20px;
  }
  .page-intro h1{font-size:34px}
}
@media(max-width:460px){
  body[data-route="home"] .home-hero__copy h1{font-size:36px}
  body[data-route="home"] .home-value-card{grid-template-columns:1fr}
  .page-intro h1{font-size:30px}
}

/* Jiuqian Zhiheng v13: capability measurement system. */
:root{
  --ink:#102033;
  --ink-2:#23384f;
  --navy:#071728;
  --navy-2:#102a43;
  --muted:#65758a;
  --muted-2:#8492a6;
  --blue:#2458f6;
  --cyan:#0fa6bd;
  --aqua:#16a085;
  --gold:#c9942b;
  --paper:#f5f8fb;
  --paper-2:#edf3f8;
  --surface:#ffffff;
  --surface-2:#f8fbfd;
  --border:#d9e3ec;
  --border-strong:#b8c8d8;
  --tech-gradient:linear-gradient(135deg,#102a43 0%,#2458f6 52%,#12a9a4 100%);
  --balance-gradient:linear-gradient(135deg,#102a43 0%,#174ea6 48%,#15a6a1 100%);
  --gold-gradient:linear-gradient(135deg,#ffe0a3 0%,#c9942b 52%,#7a5518 100%);
  --shadow:0 26px 76px rgba(16,32,51,.14);
  --shadow-soft:0 14px 38px rgba(16,32,51,.09);
  --shadow-card:0 20px 56px rgba(16,32,51,.12);
}

body,
body[data-route="home"]{
  color:var(--ink);
  background:
    radial-gradient(circle at 9% 9%,rgba(201,148,43,.14),transparent 24%),
    radial-gradient(circle at 88% 4%,rgba(15,166,189,.16),transparent 28%),
    linear-gradient(90deg,rgba(16,42,67,.045) 1px,transparent 1px),
    linear-gradient(rgba(16,42,67,.035) 1px,transparent 1px),
    linear-gradient(180deg,#ffffff 0,#f2f6fa 44%,#ffffff 100%);
  background-size:auto,auto,46px 46px,46px 46px,auto;
}
body:before{
  background:
    linear-gradient(120deg,transparent 0 38%,rgba(201,148,43,.085) 38% 39%,transparent 39% 100%),
    linear-gradient(62deg,transparent 0 58%,rgba(18,169,164,.08) 58% 59%,transparent 59% 100%);
}

.topbar,
body[data-route="home"] .topbar{
  padding:13px 4vw;
  background:rgba(255,255,255,.91);
  border-bottom:1px solid rgba(217,227,236,.86);
  box-shadow:0 14px 36px rgba(16,32,51,.07);
}
.brand,
body[data-route="home"] .brand{
  gap:12px;
  color:#102033;
  font-size:24px;
  font-weight:700;
  letter-spacing:0;
}
.brand:after,
body[data-route="home"] .brand:after{
  content:"企业 AI 能力平台";
  display:inline-flex;
  align-items:center;
  min-height:24px;
  padding:4px 8px;
  border:1px solid rgba(201,148,43,.38);
  border-radius:999px;
  color:#7a5518;
  background:linear-gradient(180deg,#fffaf0,#fff3d8);
  font-size:12px;
  font-weight:700;
}
.brand:before,
body[data-route="home"] .brand:before{
  width:40px;
  height:40px;
  border-radius:14px;
  background:
    linear-gradient(135deg,rgba(255,255,255,.18),transparent 44%),
    url("/assets/brand-mark.svg") center/cover no-repeat;
  box-shadow:0 16px 34px rgba(16,42,67,.18),inset 0 0 0 1px rgba(255,255,255,.60);
}
.topbar nav,
body[data-route="home"] .topbar nav{gap:7px}
.topbar nav a,
body[data-route="home"] .topbar nav a{
  min-height:38px;
  padding:9px 12px;
  border:1px solid transparent;
  border-radius:12px;
  color:#33475b;
  font-weight:700;
}
.topbar nav a:hover,
body[data-route="home"] .topbar nav a:hover{
  color:#102a43;
  border-color:#cfdae5;
  background:#f4f8fb;
  box-shadow:0 8px 18px rgba(16,32,51,.06);
}
body[data-route="assessment"] .topbar nav a[href="#/assessment"],
body[data-route="capabilities"] .topbar nav a[href="#/capabilities"],
body[data-route="cases"] .topbar nav a[href="#/cases"],
body[data-route="learning"] .topbar nav a[href="#/capabilities"],
body[data-route="contact"] .topbar nav a[href="#/contact"],
body[data-route="gov-dashboard"] .topbar nav a[href="#/gov-dashboard"]{
  color:#102a43;
  border-color:rgba(201,148,43,.45);
  background:linear-gradient(180deg,#fffaf0,#fff3d8);
}

body[data-route="home"] .home-site{
  min-height:100vh;
  background:
    radial-gradient(circle at 86% 16%,rgba(15,166,189,.18),transparent 25%),
    radial-gradient(circle at 12% 12%,rgba(201,148,43,.16),transparent 23%),
    linear-gradient(90deg,rgba(16,42,67,.048) 1px,transparent 1px),
    linear-gradient(rgba(16,42,67,.035) 1px,transparent 1px),
    linear-gradient(180deg,#ffffff 0%,#f2f6fa 58%,#ffffff 100%);
  background-size:auto,auto,48px 48px,48px 48px,auto;
}
body[data-route="home"] .home-site:before{
  top:92px;
  height:550px;
  border-color:rgba(217,227,236,.86);
  border-radius:32px;
  background:
    linear-gradient(90deg,rgba(16,42,67,.035) 1px,transparent 1px),
    linear-gradient(rgba(16,42,67,.025) 1px,transparent 1px),
    linear-gradient(135deg,rgba(255,255,255,.94),rgba(242,246,250,.82));
  background-size:24px 24px,24px 24px,auto;
  box-shadow:0 28px 88px rgba(16,32,51,.09);
}
body[data-route="home"] .home-site:after{
  display:block;
  right:8vw;
  top:146px;
  width:520px;
  height:520px;
  border:1px solid rgba(201,148,43,.30);
  border-radius:50%;
  background:
    conic-gradient(from -40deg,rgba(201,148,43,.20),transparent 26%,rgba(18,169,164,.18),transparent 58%,rgba(36,88,246,.16),transparent 86%,rgba(201,148,43,.20)),
    radial-gradient(circle,transparent 0 48%,rgba(255,255,255,.76) 49% 50%,transparent 51% 100%);
  opacity:.55;
}
body[data-route="home"] .home-hero__inner{
  grid-template-columns:minmax(0,.92fr) minmax(430px,.78fr);
  gap:64px;
  min-height:682px;
  padding-top:78px;
}
body[data-route="home"] .home-kicker,
.eyebrow{
  min-height:38px;
  border:1px solid rgba(201,148,43,.36);
  color:#7a5518;
  background:linear-gradient(180deg,#fffdf8,#fff3d8);
  box-shadow:0 12px 26px rgba(201,148,43,.12),inset 0 1px 0 rgba(255,255,255,.88);
}
body[data-route="home"] .home-kicker:before,
.eyebrow:before{
  width:18px;
  height:18px;
  border-radius:5px;
  background:var(--gold-gradient);
  box-shadow:0 7px 15px rgba(201,148,43,.22);
}
body[data-route="home"] .home-hero__copy h1{
  max-width:820px;
  margin:22px 0 22px;
  color:#0d1d2c;
  font-size:70px;
  line-height:1.05;
  font-weight:700;
}
body[data-route="home"] .home-hero__copy h1 span:nth-child(3){
  color:#137f82;
}
body[data-route="home"] .home-hero__copy p{
  max-width:700px;
  color:#40546a;
  font-size:20px;
  line-height:1.82;
}
.home-hero__badges span{
  border-color:#dbe4ec;
  border-radius:12px;
  color:#2d4055;
  background:linear-gradient(180deg,#ffffff,#f7fafc);
}
body[data-route="home"] .home-actions .btn{
  border-radius:14px;
}
body[data-route="home"] .home-primary,
.btn,
.card-primary{
  background:var(--balance-gradient);
  box-shadow:0 18px 36px rgba(16,42,67,.20);
}
body[data-route="home"] .home-secondary,
.btn.secondary,
.btn.ghost{
  color:#102a43;
  border:1px solid #cdd9e3;
  background:linear-gradient(180deg,#ffffff,#f7fafc);
  box-shadow:0 12px 28px rgba(16,32,51,.07);
}

body[data-route="home"] .home-report-card{
  border:1px solid rgba(16,42,67,.12);
  border-radius:26px;
  padding:30px;
  background:
    linear-gradient(90deg,rgba(16,42,67,.055) 1px,transparent 1px),
    linear-gradient(rgba(16,42,67,.040) 1px,transparent 1px),
    linear-gradient(180deg,#ffffff,#f7fafc);
  background-size:28px 28px,28px 28px,auto;
  box-shadow:0 32px 88px rgba(16,32,51,.15),inset 0 1px 0 rgba(255,255,255,.86);
}
body[data-route="home"] .home-report-card:after{
  content:"";
  position:absolute;
  right:28px;
  bottom:28px;
  width:150px;
  height:150px;
  pointer-events:none;
  border:1px solid rgba(201,148,43,.28);
  border-radius:50%;
  background:conic-gradient(from -90deg,rgba(201,148,43,.28),transparent 22%,rgba(18,169,164,.22),transparent 55%,rgba(36,88,246,.16),transparent 80%,rgba(201,148,43,.28));
  opacity:.52;
}
body[data-route="home"] .home-report-card__top,
body[data-route="home"] .home-report-metrics,
body[data-route="home"] .home-report-charts{
  position:relative;
  z-index:1;
}
body[data-route="home"] .home-report-score{
  color:#174ea6;
}
body[data-route="home"] .home-report-progress i{
  background:linear-gradient(90deg,#174ea6,#12a9a4,#c9942b);
}
body[data-route="home"] .home-report-ring{
  background:conic-gradient(#174ea6 0 52%,#12a9a4 52% 78%,#e5edf3 78% 100%);
}
body[data-route="home"] .home-report-metric,
body[data-route="home"] .home-chart-panel{
  border-color:#dce6ef;
  border-radius:14px;
  background:rgba(255,255,255,.90);
}
body[data-route="home"] .home-action-list em{
  background:linear-gradient(135deg,#102a43,#174ea6);
}
body[data-route="home"] .home-action-list b{
  color:#7a5518;
  background:#fff3d8;
}

body[data-route="home"] .home-value-strip{
  margin-top:-76px;
}
body[data-route="home"] .home-value-grid{
  border-radius:26px;
  border-color:#dce6ef;
  background:rgba(255,255,255,.94);
}
body[data-route="home"] .home-value-card{
  min-height:142px;
  border-radius:18px;
  border-color:#e0e8f0;
  background:
    linear-gradient(180deg,#ffffff,#f8fbfd);
}
body[data-route="home"] .home-value-card:hover{
  transform:translateY(-2px);
  border-color:#c7d5e3;
  box-shadow:0 18px 44px rgba(16,32,51,.10);
}
body[data-route="home"] .home-value-icon{
  border-radius:15px;
  background:var(--balance-gradient);
}
body[data-route="home"] .home-value-card:nth-child(2) .home-value-icon{background:linear-gradient(135deg,#174ea6,#12a9a4)}
body[data-route="home"] .home-value-card:nth-child(3) .home-value-icon{background:linear-gradient(135deg,#12a9a4,#16a085)}
body[data-route="home"] .home-value-card:nth-child(4) .home-value-icon{background:var(--gold-gradient)}

body[data-route="home"] .home-client-strip{
  border-radius:26px;
  border-color:#dce6ef;
  background:
    linear-gradient(90deg,rgba(16,42,67,.04) 1px,transparent 1px),
    linear-gradient(rgba(16,42,67,.03) 1px,transparent 1px),
    linear-gradient(180deg,#ffffff,#f8fbfd);
  background-size:36px 36px,36px 36px,auto;
}
body[data-route="home"] .home-client-strip h2{
  color:#102033;
  font-size:34px;
}
body[data-route="home"] .home-client-logos span,
body[data-route="home"] .home-client-logos a{
  border-color:#dce6ef;
  color:#2d4055;
  background:#fff;
  border-radius:999px;
}
body[data-route="home"] .home-client-logos a{
  color:#174ea6;
}

.page{
  max-width:1420px;
}
.page:before{
  height:262px;
  border-color:rgba(217,227,236,.78);
  background:
    linear-gradient(90deg,rgba(255,255,255,.14) 1px,transparent 1px),
    linear-gradient(rgba(255,255,255,.11) 1px,transparent 1px),
    radial-gradient(circle at 84% 18%,rgba(201,148,43,.28),transparent 26%),
    linear-gradient(135deg,#071728 0%,#102a43 36%,#174ea6 72%,#12a9a4 100%);
  background-size:36px 36px,36px 36px,auto,auto;
}
.page-intro{
  min-height:190px;
  max-width:1080px;
  border-radius:24px;
  border-color:rgba(255,255,255,.26);
  background:
    linear-gradient(90deg,rgba(255,255,255,.09) 1px,transparent 1px),
    linear-gradient(rgba(255,255,255,.07) 1px,transparent 1px),
    radial-gradient(circle at 88% 24%,rgba(201,148,43,.25),transparent 28%),
    linear-gradient(135deg,rgba(7,23,40,.92),rgba(23,78,166,.78));
  background-size:30px 30px,30px 30px,auto,auto;
}
.page-intro h1{
  max-width:880px;
  font-size:42px;
  line-height:1.15;
  font-weight:700;
}
.page-intro .muted{
  max-width:820px;
}
.page-intro__actions .btn,
.tabs .btn,
.case-filter{
  border-radius:12px;
}

.panel,
.card,
.route-line li,
.filter-panel,
.case-facts div,
.result-strip span,
.learning-hero,
.certainty-card,
.uncertainty-row,
.certainty-boundary,
.process-steps li,
.service-package,
.consultant-timeline span,
.uncertainty-removed li{
  border-color:#dce6ef;
  background:rgba(255,255,255,.94);
  box-shadow:0 16px 44px rgba(16,32,51,.08);
}
.panel,
.card,
.media-card,
.case-card,
.service-package{
  border-radius:16px;
}
.card:hover,
.media-card:hover,
.case-card:hover,
.service-package:hover{
  border-color:#c5d3df;
  box-shadow:0 22px 60px rgba(16,32,51,.11);
}
.pill{
  border-color:#dce6ef;
  color:#30495f;
  background:#f7fafc;
}
.pill--blue,
.tabs .is-active,
.h5-tabbar a.is-active{
  color:#fff;
  background:var(--balance-gradient);
}
.pill--cyan{
  color:#08737a;
  background:#e9f7f6;
  border-color:#cbecea;
}
.notice{
  color:#7a5518;
  border-color:#efd394;
  background:#fff8e6;
}
.kpi .card:before{
  background:linear-gradient(180deg,#174ea6,#12a9a4,#c9942b);
}
.kpi .card strong,
.level,
.media-label,
.case-facts span,
.certainty-boundary span,
.uncertainty-row strong,
.link-btn{
  color:#174ea6;
}
input:focus,
select:focus,
textarea:focus{
  border-color:#98b6ee;
  box-shadow:0 0 0 4px rgba(23,78,166,.12);
}
.check:has(input:checked){
  color:#102a43;
  border-color:#b8cbe8;
  background:#edf5ff;
}

.tech-visual-card{
  background:
    linear-gradient(90deg,rgba(255,255,255,.14) 1px,transparent 1px),
    linear-gradient(rgba(255,255,255,.10) 1px,transparent 1px),
    radial-gradient(circle at 74% 18%,rgba(201,148,43,.30),transparent 25%),
    linear-gradient(135deg,#071728,#174ea6 58%,#12a9a4);
  background-size:28px 28px,28px 28px,auto,auto;
}
.glow-icon{
  background:linear-gradient(135deg,rgba(23,78,166,.88),rgba(18,169,164,.76));
}
.process-steps b,
.consultant-timeline i{
  background:var(--balance-gradient);
}
.process-steps li:before{
  background:linear-gradient(90deg,#174ea6,#12a9a4,#c9942b);
}
.stage-badge{
  border-color:#dce6ef;
  background:linear-gradient(135deg,#fff,#edf5ff);
}
.stage-badge small{
  color:#7a5518;
}

@media(max-width:1180px){
  body[data-route="home"] .home-hero__inner{
    grid-template-columns:1fr;
    gap:34px;
    padding-top:48px;
  }
  body[data-route="home"] .home-hero__copy h1{font-size:58px}
  body[data-route="home"] .home-report-card{max-width:780px}
}
@media(max-width:820px){
  .brand:after,
  body[data-route="home"] .brand:after{
    display:none;
  }
  .topbar,
  body[data-route="home"] .topbar{
    padding:12px 5vw;
  }
  .brand,
  body[data-route="home"] .brand{
    font-size:22px;
  }
  body[data-route="home"] .home-site:before{
    top:128px;
    border-radius:0;
  }
  body[data-route="home"] .home-site:after{
    right:-280px;
    top:210px;
    width:460px;
    height:460px;
  }
  body[data-route="home"] .home-hero__inner{
    min-height:auto;
    padding:40px 5vw 104px;
  }
  body[data-route="home"] .home-hero__copy h1{
    font-size:42px;
    line-height:1.15;
  }
  body[data-route="home"] .home-hero__copy h1 span{
    white-space:normal;
  }
  body[data-route="home"] .home-hero__copy p{font-size:17px}
  body[data-route="home"] .home-actions .btn{width:100%}
  body[data-route="home"] .home-report-card{padding:20px;border-radius:20px}
  body[data-route="home"] .home-report-card__top,
  body[data-route="home"] .home-report-metrics,
  body[data-route="home"] .home-report-charts,
  body[data-route="home"] .home-value-grid{grid-template-columns:1fr}
  body[data-route="home"] .home-value-strip{
    margin-top:-64px;
    padding-left:5vw;
    padding-right:5vw;
  }
  .page-intro{
    min-height:0;
    padding:24px 22px;
    border-radius:20px;
  }
  .page-intro h1{font-size:32px}
}
@media(max-width:460px){
  body[data-route="home"] .home-hero__copy h1{font-size:35px}
  body[data-route="home"] .home-kicker,
  .eyebrow{
    white-space:normal;
  }
  body[data-route="home"] .home-report-card:after{display:none}
  .page-intro h1{font-size:29px}
}

.certainty-card,
.process-steps li,
.service-package{
  position:relative;
  overflow:hidden;
}
.certainty-card:before,
.service-package:before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:0;
  height:4px;
  background:linear-gradient(90deg,#174ea6,#12a9a4,#c9942b);
}
.certainty-card .home-icon{
  width:46px;
  height:46px;
  margin-bottom:18px;
  border-radius:14px;
  background:var(--balance-gradient);
  box-shadow:0 14px 28px rgba(16,42,67,.16),inset 0 1px 0 rgba(255,255,255,.24);
}
.certainty-card:nth-child(2) .home-icon{background:linear-gradient(135deg,#174ea6,#12a9a4)}
.certainty-card:nth-child(3) .home-icon{background:var(--gold-gradient)}
.certainty-card .home-icon:before{
  border-color:rgba(255,255,255,.88);
  box-shadow:none;
}
.certainty-card .home-icon:after{
  background:#ffffff;
  box-shadow:0 0 0 5px rgba(255,255,255,.16);
}
.process-steps li:after{
  content:"";
  position:absolute;
  right:-42px;
  bottom:-48px;
  width:130px;
  height:130px;
  border:1px solid rgba(201,148,43,.18);
  border-radius:50%;
  pointer-events:none;
}
.service-package__head .pill{
  color:#7a5518;
  border-color:#efd394;
  background:#fff8e6;
}

/* 2026-07-10 AI readiness healthcheck refinements */
.dimension-score-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.dimension-score-card{
  padding:18px;
  border:1px solid var(--jq-border);
  border-radius:18px;
  background:#ffffff;
  box-shadow:var(--jq-shadow-card);
}
.dimension-score-card.is-shortboard{
  border-color:rgba(201,148,43,.5);
  background:#fffaf0;
}
.dimension-score-card__top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:10px;
}
.dimension-score-card__top span{
  color:#203654;
  font-weight:600;
}
.dimension-score-card__top strong{
  color:var(--jq-link);
  font-size:26px;
  line-height:1;
}
.dimension-score-bar{
  height:9px;
  overflow:hidden;
  border-radius:999px;
  background:rgba(183,203,230,.42);
}
.dimension-score-bar i{
  display:block;
  width:var(--score);
  height:100%;
  border-radius:999px;
  background:var(--jq-teal);
}
.dimension-score-card p{
  margin:12px 0 0;
  color:#5b6f89;
  line-height:1.65;
}
.shortboard-strip{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:14px 0 4px;
}
.shortboard-strip span{
  display:inline-flex;
  gap:8px;
  align-items:center;
  max-width:100%;
  padding:8px 12px;
  border:1px solid #efd394;
  border-radius:999px;
  color:#7a5518;
  background:#fff8e6;
  overflow-wrap:anywhere;
}
.recommended-package-card{
  margin-bottom:6px;
}
.recommended-package-card .result-strip{
  grid-template-columns:repeat(3,minmax(0,1fr));
}
.foundation-gate{
  border-color:#e7c77c;
  background:#fffaf0;
}
.risk-boundary-list,
.uncertainty-removed{
  display:grid;
  gap:10px;
  padding:0;
  list-style:none;
}
.risk-boundary-list li,
.uncertainty-removed li{
  padding:13px 15px;
  border:1px solid var(--jq-border);
  border-radius:16px;
  color:#334967;
  background:#ffffff;
  box-shadow:none;
  line-height:1.65;
}
.vocational-bridge{
  margin:30px 0;
  padding:28px;
  border:1px solid var(--jq-border);
  border-radius:24px;
  background:#ffffff;
  box-shadow:var(--jq-shadow-card);
}
.vocational-bridge .home-section__head{
  max-width:900px;
  margin:0 auto 20px;
}
.vocational-bridge .home-section__head p{
  margin:10px auto 0;
  max-width:780px;
  color:#5b6f89;
  line-height:1.75;
}
.briefing-grid{
  grid-template-columns:repeat(5,minmax(0,1fr));
}
.briefing-grid .card p{
  margin:0;
  line-height:1.7;
}
.roadmap-kpi .card strong{
  font-size:clamp(24px,3vw,38px);
  overflow-wrap:anywhere;
}
.home-report-ring strong{
  overflow-wrap:anywhere;
}
body[data-route="home"] .home-vocational{
  max-width:min(1180px,88vw);
  margin:26px auto 0;
}

@media(max-width:1080px){
  .dimension-score-grid,
  .briefing-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .recommended-package-card .result-strip{
    grid-template-columns:1fr;
  }
}
@media(max-width:820px){
  .dimension-score-grid,
  .briefing-grid,
  .vocational-grid{
    grid-template-columns:1fr;
  }
  .vocational-bridge{
    padding:20px;
    border-radius:20px;
  }
  body[data-route="home"] .home-vocational{
    max-width:90vw;
  }
  .shortboard-strip span{
    width:100%;
    justify-content:space-between;
    border-radius:14px;
  }
}

/* Jiuqian Zhiheng v15: solid governmental finish. */
:root{
  --jq-navy:#102a43; --jq-navy-deep:#0b1f33; --jq-navy-soft:#16324f;
  --jq-gold:#c9942b; --jq-gold-ink:#a87920; --jq-gold-deep:#7a5518; --jq-gold-bg:#fff8e6;
  --jq-teal:#12a9a4; --jq-link:#174ea6; --jq-paper:#f5f7fa;
  --jq-border:rgba(16,42,67,.10); --jq-border-strong:rgba(16,42,67,.18);
  --jq-shadow-sm:0 1px 2px rgba(16,42,67,.06);
  --jq-shadow-card:0 1px 2px rgba(16,42,67,.05),0 8px 24px rgba(16,42,67,.07);
  --jq-shadow-lift:0 2px 4px rgba(16,42,67,.06),0 12px 28px rgba(16,42,67,.09);
  --tech-gradient:linear-gradient(135deg,#16324f,#102a43);
  --balance-gradient:linear-gradient(135deg,#16324f,#102a43);
  --gold-gradient:linear-gradient(135deg,#d8a844,#c9942b);
  --violet:#174ea6; --cyan:#12a9a4;
  --shadow:var(--jq-shadow-lift); --shadow-soft:var(--jq-shadow-card); --shadow-card:var(--jq-shadow-card);
  --paper:#f5f7fa; --paper-2:#eef2f6; --border:#dbe3ec; --border-strong:#b8c8d8;
}

/* v14 suppressions restated */
body[data-route="home"] .home-site:after{display:none}
body:before,
body:after{content:none}
body[data-route="home"] .home-report-card:after{display:none}

/* base surfaces */
body,
body[data-route="home"]{background:#f5f7fa}
body[data-route="home"] .home-site{background:linear-gradient(180deg,#fff,#f2f5f8 55%,#fff)}
body[data-route="home"] .home-site:before{display:none}
.topbar,
body[data-route="home"] .topbar{
  background:#fff;
  border-bottom:1px solid var(--jq-border);
  box-shadow:var(--jq-shadow-sm);
  backdrop-filter:none;
  -webkit-backdrop-filter:none;
}
.brand:before,
body[data-route="home"] .brand:before{box-shadow:0 1px 2px rgba(16,42,67,.18)}

/* hero */
body[data-route="home"] .home-hero__copy h1{
  font-size:54px;
  font-weight:700;
  line-height:1.12;
}
body[data-route="home"] .home-kicker,
.eyebrow{box-shadow:none}
body[data-route="home"] .home-kicker:before,
.eyebrow:before{background:var(--jq-gold)}

/* report card */
body[data-route="home"] .home-report-card{
  background:#fff;
  border:1px solid var(--jq-border);
  box-shadow:var(--jq-shadow-lift);
}
body[data-route="home"] .home-report-progress i{background:var(--jq-teal)}
body[data-route="home"] .home-report-ring{
  background:conic-gradient(var(--jq-navy) 0 52%,var(--jq-teal) 52% 78%,#e3e9ef 78% 100%);
}
body[data-route="home"] .home-report-score,
.kpi .card strong{color:var(--jq-gold-ink)}
body[data-route="home"] .home-action-list em{background:var(--jq-navy)}
body[data-route="home"] .home-bar i{background:var(--jq-navy)}

/* value strip & client strip */
body[data-route="home"] .home-value-icon,
body[data-route="home"] .home-value-card:nth-child(2) .home-value-icon{background:var(--jq-navy)}
body[data-route="home"] .home-value-card:nth-child(3) .home-value-icon{background:var(--jq-teal)}
body[data-route="home"] .home-value-card:nth-child(4) .home-value-icon{background:var(--jq-gold)}
body[data-route="home"] .home-client-strip{background:#fff}

/* page frame */
.page:before{
  background:linear-gradient(180deg,#0d2337,#102a43);
  border:0;
  box-shadow:none;
}
.page-intro{
  background:#14324e;
  border:1px solid rgba(255,255,255,.14);
  backdrop-filter:none;
  -webkit-backdrop-filter:none;
}
.page-intro h1{text-shadow:none}
.page-intro .btn{background:#fff;color:var(--jq-navy)}
.page-intro .btn.secondary,
.page-intro .btn.ghost{
  background:transparent;
  color:#fff;
  border-color:rgba(255,255,255,.45);
}

/* cards: solid white, thin border, restrained shadow */
.panel,
.card,
.media-card,
.case-card,
.route-line li,
.filter-panel,
.case-facts div,
.result-strip span,
.learning-hero,
.certainty-card,
.uncertainty-row,
.certainty-boundary,
.process-steps li,
.service-package,
.consultant-timeline span,
.uncertainty-removed li{
  border-color:var(--jq-border);
  background:#ffffff;
  box-shadow:var(--jq-shadow-card);
  backdrop-filter:none;
  -webkit-backdrop-filter:none;
}
.card:hover,
.media-card:hover,
.case-card:hover,
.service-package:hover{
  box-shadow:var(--jq-shadow-lift);
  border-color:var(--jq-border-strong);
}
.certainty-card:before,
.service-package:before{background:var(--jq-navy);height:3px}
.process-steps li:before{background:var(--jq-navy)}
.kpi .card:before{background:var(--jq-gold)}
.process-steps li:after{display:none}
.certainty-card .home-icon,
.certainty-card:nth-child(2) .home-icon,
.certainty-card:nth-child(3) .home-icon,
.process-steps b,
.consultant-timeline i{background:var(--jq-navy-soft);box-shadow:none}

/* buttons, pills, forms */
body[data-route="home"] .home-primary,
.btn,
.card-primary{background:var(--jq-navy);box-shadow:0 2px 6px rgba(16,42,67,.18)}
body[data-route="home"] .home-secondary,
.btn.secondary,
.btn.ghost{box-shadow:var(--jq-shadow-sm)}
.pill--blue,
.tabs .is-active,
.h5-tabbar a.is-active{color:#fff;background:var(--jq-navy)}
.pill--violet{color:#3b5878;border-color:#d4dde8;background:#f3f6fa}
.stage-badge{background:#fff}
input:focus,
select:focus,
textarea:focus{
  border-color:#9db4cc;
  box-shadow:0 0 0 3px rgba(16,42,67,.10);
}
.check:has(input:checked){
  background:#f0f5fa;
  border-color:#b9c9da;
  color:#102a43;
}

/* tech visual covers: calm navy */
.tech-visual-card{background:linear-gradient(150deg,#12293f,#1d4166)}
.result-hero__visual .tech-visual-card{box-shadow:var(--jq-shadow-lift)}
.glow-icon{
  border-color:rgba(255,255,255,.35);
  background:rgba(255,255,255,.10);
  box-shadow:none;
}
.visual-object{box-shadow:inset 0 1px 0 rgba(255,255,255,.14)}
.tech-visual-card__meta span{color:#a3bcd4}

/* contrast bug fixes */
.route-line li{color:#33475b}
.route-line li:before{background:var(--jq-navy);box-shadow:none;width:3px}
.bar-row{color:#33475b}
.bar-row b{color:var(--jq-link)}

@media (max-width:1180px){
  body[data-route="home"] .home-hero__copy h1{font-size:46px}
}
@media (max-width:820px){
  body[data-route="home"] .home-hero__copy h1{font-size:36px}
}
@media (max-width:460px){
  body[data-route="home"] .home-hero__copy h1{font-size:31px}
}

/* v15 addendum: kill residual backdrop blurs; value card shadow parity. */
body[data-route="home"] .home-kicker,
body[data-route="home"] .home-report-card,
body[data-route="home"] .home-value-grid{backdrop-filter:none;-webkit-backdrop-filter:none}
body[data-route="home"] .home-value-card{box-shadow:var(--jq-shadow-card)}
