
:root{
  --bg:#03111c;
  --bg-deep:#020b13;
  --surface:#061927;
  --surface-2:#0a2233;
  --surface-3:#0d2a3d;
  --border:rgba(88,154,188,.20);
  --border-strong:rgba(79,175,219,.36);
  --white:#f7fbff;
  --text:#d6e1e8;
  --muted:#90a7b5;
  --cyan:#29d7f0;
  --cyan-soft:#6ce8f8;
  --blue:#3c73ff;
  --blue-2:#235dd7;
  --green:#2ed496;
  --amber:#f2bd4d;
  --red:#ff5e5e;
  --grad:linear-gradient(90deg,#24d7ef 0%,#35b8f6 42%,#486dff 100%);
  --max:1320px;
  --radius:18px;
  --shadow:0 26px 80px rgba(0,0,0,.34);
  --shadow-soft:0 14px 50px rgba(0,0,0,.22);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--bg)}
body{
  margin:0;
  background:
    radial-gradient(circle at 78% 8%,rgba(44,107,255,.09),transparent 26%),
    linear-gradient(180deg,#03111c 0%,#03121e 55%,#02101a 100%);
  color:var(--white);
  font-family:Inter,"Segoe UI",Arial,sans-serif;
  line-height:1.58;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button,input,textarea,select{font:inherit}
.container{width:min(calc(100% - 64px),var(--max));margin-inline:auto}
.eyebrow{
  margin:0 0 14px;
  color:var(--cyan);
  font-size:13px;
  line-height:1.2;
  font-weight:700;
  letter-spacing:.17em;
  text-transform:uppercase
}
h1,h2,h3,h4{font-family:Manrope,Inter,sans-serif;letter-spacing:-.035em;margin:0;color:var(--white)}
h1{font-size:clamp(66px,6.4vw,96px);line-height:.94;font-weight:700}
h2{font-size:clamp(42px,4.2vw,60px);line-height:1.02;font-weight:600}
h3{font-size:22px;line-height:1.18}
p{margin:0}
.gradient{background:var(--grad);-webkit-background-clip:text;background-clip:text;color:transparent}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:12px;
  min-height:48px;padding:0 22px;border-radius:11px;border:1px solid transparent;
  font-size:14px;font-weight:700;letter-spacing:.01em;
  transition:transform .24s ease,box-shadow .24s ease,background .24s ease,border-color .24s ease
}
.btn:hover{transform:translateY(-3px)}
.btn-primary{background:linear-gradient(90deg,#2c68e8,#3c74ff);box-shadow:0 14px 40px rgba(52,106,246,.26)}
.btn-primary:hover{box-shadow:0 18px 48px rgba(52,106,246,.36)}
.btn-outline{border-color:rgba(182,205,219,.50);background:rgba(5,18,29,.22)}
.btn-outline:hover{border-color:var(--cyan);background:rgba(31,104,139,.10)}
.small-pill{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:44px;padding:0 24px;border:1px solid rgba(74,130,255,.52);
  border-radius:999px;color:#e7eff5;font-size:13px;font-weight:700
}
.text-link{font-size:14px;color:var(--cyan);font-weight:700}
.reveal{opacity:0;transform:translateY(18px);transition:.7s ease}
.reveal.visible{opacity:1;transform:none}

/* NAV */
.site-header{
  position:fixed;inset:0 0 auto 0;z-index:100;
  background:rgba(3,16,27,.74);
  border-bottom:1px solid rgba(255,255,255,.05);
  backdrop-filter:blur(18px);
  transition:background .25s ease,box-shadow .25s ease
}
.site-header.scrolled{background:rgba(3,16,27,.93);box-shadow:0 12px 40px rgba(0,0,0,.20)}
.nav{height:82px;display:flex;align-items:center}
.logo{flex:none;display:flex;align-items:center}
.logo img{height:38px;width:auto;display:block}
.nav-links{display:flex;align-items:center;gap:36px;margin-left:auto}
.nav-links a{
  font-size:14px;font-weight:600;color:#dbe5eb;
  transition:color .2s ease
}
.nav-links a:hover{color:var(--cyan)}
.nav-links .contact{
  padding:11px 21px;border:1px solid rgba(61,115,255,.88);border-radius:999px;color:#fff
}
.chev::after{content:"⌄";margin-left:6px;color:#6d8798;font-size:11px}
.menu-btn{display:none;margin-left:auto;background:none;border:0;width:44px;height:44px}
.menu-btn span{display:block;width:23px;height:1px;background:#fff;margin:6px auto}

/* HERO */
.hero{
  position:relative;min-height:790px;padding:140px 0 78px;overflow:hidden;
  background:
    radial-gradient(circle at 82% 18%,rgba(40,94,255,.19),transparent 33%),
    radial-gradient(circle at 54% 46%,rgba(41,215,240,.08),transparent 31%),
    linear-gradient(180deg,#03111c 0%,#03131f 100%)
}
.hero:before{
  content:"";position:absolute;inset:0;pointer-events:none;opacity:.22;
  background-image:
    linear-gradient(rgba(81,159,190,.08) 1px,transparent 1px),
    linear-gradient(90deg,rgba(81,159,190,.08) 1px,transparent 1px);
  background-size:80px 80px;
  mask-image:linear-gradient(to bottom,transparent 0%,#000 32%,#000 72%,transparent 100%);
}
.hero:after{
  content:"";position:absolute;left:0;right:0;bottom:-1px;height:190px;
  background:linear-gradient(180deg,transparent,#03111c 88%)
}
.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:.92fr 1.08fr;gap:28px;align-items:center}
.hero-copy{padding-top:8px}
.hero-copy h1{margin-bottom:28px;max-width:720px}
.hero-copy .lead{
  font-size:18px;line-height:1.68;color:#cedae1;max-width:610px
}
.hero-actions{display:flex;gap:14px;margin-top:31px}
.hero-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:42px;max-width:710px}
.benefit{display:grid;grid-template-columns:28px 1fr;gap:12px;align-items:start}
.benefit-icon{width:26px;height:26px;color:var(--cyan);margin-top:2px}
.benefit strong{display:block;font-size:14px;margin-bottom:6px}
.benefit span{display:block;color:#9cb0bc;font-size:12px;line-height:1.45}

.hero-visual{height:590px;position:relative}
.transformer-stage{
  position:absolute;inset:0;border-radius:22px;
  background:
    linear-gradient(90deg,#03111c 0%,rgba(3,17,28,.28) 20%,rgba(3,17,28,0) 63%),
    linear-gradient(180deg,rgba(3,17,28,0) 55%,#03111c 100%),
    url("assets/hero-v22-composite.jpg") center/cover no-repeat;
  box-shadow:inset 0 0 100px rgba(3,17,28,.4)
}
.transformer-stage:before{
  content:"";position:absolute;inset:-15%;
  background:radial-gradient(circle at 63% 52%,rgba(37,176,255,.18),transparent 34%);
  filter:blur(10px)
}
.transformer-stage:after{
  content:"";position:absolute;left:-5%;right:-7%;bottom:-14%;height:52%;
  background:
    repeating-linear-gradient(8deg,transparent 0 42px,rgba(33,181,238,.21) 43px 44px),
    repeating-linear-gradient(82deg,transparent 0 56px,rgba(33,181,238,.14) 57px 58px);
  transform:perspective(620px) rotateX(65deg);transform-origin:bottom;opacity:.85;
  mask-image:linear-gradient(to top,#000,transparent)
}
.hero-dashboard{
  position:absolute;right:10px;top:52px;width:340px;
  border:1px solid rgba(63,143,181,.48);
  background:linear-gradient(180deg,rgba(10,35,52,.92),rgba(5,24,37,.92));
  border-radius:16px;padding:20px;box-shadow:0 30px 80px rgba(0,0,0,.44);
  backdrop-filter:blur(16px)
}
.dash-head{display:flex;justify-content:space-between;align-items:flex-start}
.dash-head strong{font-size:12px}
.dash-head .sub{display:block;font-size:10px;color:#79c9ea;margin-top:4px}
.dash-head .type{font-size:10px;color:#9aaeb9}
.asset-score{display:flex;align-items:flex-end;gap:5px;margin-top:18px}
.asset-score b{font-size:40px;line-height:1}
.asset-score span{font-size:11px;color:#a6b6bf;margin-bottom:4px}
.asset-label{font-size:10px;color:#9cb0bc;margin-top:4px}
.spark{height:72px;margin:13px 0 8px;border-bottom:1px solid #25465a}
.spark svg{width:100%;height:100%}
.spark path{fill:none;stroke:var(--cyan);stroke-width:2.2}
.spark line{stroke:#17394c;stroke-width:1}
.metric{
  display:flex;align-items:center;justify-content:space-between;
  border-top:1px solid rgba(255,255,255,.06);padding:11px 0;
  font-size:11px;color:#aab8c1
}
.metric b{font-size:11px}
.ok{color:var(--green)}.warn{color:var(--amber)}
.risk{border-top:1px solid #2a4657;padding-top:12px;margin-top:2px;display:flex;justify-content:space-between;font-size:11px}
.risk span{color:var(--amber);font-weight:700}

/* TRUST */
.trust{background:#061927;border-block:1px solid rgba(255,255,255,.06);padding:25px 0 30px}
.trust-title{text-align:center;color:#718a9a;font-size:11px;letter-spacing:.15em;text-transform:uppercase;margin-bottom:20px}
.trust-list{display:flex;justify-content:center;gap:48px;flex-wrap:wrap;color:#b1bec6;font-size:14px}
.trust-list span{display:flex;align-items:center;gap:9px}
.trust-list i{
  width:24px;height:24px;border:1px solid #8096a5;border-radius:50%;
  display:grid;place-items:center;font-style:normal;font-size:11px
}

/* SECTIONS */
.section{position:relative;padding:92px 0}
.section:before{
  content:"";position:absolute;inset:0;pointer-events:none;opacity:.22;
  background:radial-gradient(circle at 50% 0%,rgba(28,150,208,.09),transparent 33%)
}
.section-alt{background:#051724}
.section-heading{text-align:center;max-width:920px;margin:0 auto 50px;position:relative;z-index:2}
.section-heading .eyebrow{margin-bottom:12px}
.section-heading h2{margin-bottom:18px}
.section-heading p{
  color:#9fb2be;font-size:17px;line-height:1.6;max-width:760px;margin:auto
}

/* ASSET CARDS */
.asset-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;position:relative;z-index:2}
.asset-card{
  position:relative;min-height:470px;border:1px solid var(--border);
  border-radius:18px;background:linear-gradient(180deg,#071c2b 0%,#061722 100%);
  overflow:hidden;transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease
}
.asset-card:hover{
  transform:translateY(-7px);
  border-color:var(--border-strong);
  box-shadow:0 24px 60px rgba(0,0,0,.30),0 0 0 1px rgba(42,209,239,.05)
}
.asset-img{
  height:220px;background-size:cover;background-position:center;
  position:relative;transition:transform .45s ease
}
.asset-card:hover .asset-img{transform:scale(1.035)}
.asset-img:after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(to bottom,transparent 42%,rgba(6,23,34,.52) 72%,#061722 100%)
}
.hex{
  position:absolute;left:20px;top:194px;width:48px;height:48px;
  background:linear-gradient(145deg,#13e5ef,#3572ff);
  clip-path:polygon(25% 7%,75% 7%,100% 50%,75% 93%,25% 93%,0 50%);
  display:grid;place-items:center;color:#07243a;z-index:3;
  filter:drop-shadow(0 10px 16px rgba(38,145,255,.18))
}
.hex svg{width:26px;height:26px}
.asset-copy{padding:28px 20px 22px}
.asset-copy h3{font-size:22px;margin-bottom:12px}
.asset-copy p{font-size:15px;line-height:1.58;color:#aebdc7;max-width:290px}
.asset-copy .text-link{position:absolute;left:20px;bottom:22px}
.asset-more{text-align:center;margin-top:28px;position:relative;z-index:2}

/* PROCESS */
.process-shell{border-top:1px solid rgba(255,255,255,.06);margin-top:55px;padding-top:48px;position:relative;z-index:2}
.process-shell .section-heading{margin-bottom:36px}
.process{display:grid;grid-template-columns:repeat(5,1fr);gap:22px;position:relative}
.process:before{
  content:"";position:absolute;left:7%;right:7%;top:72px;
  border-top:1px dashed rgba(32,214,238,.62)
}
.step{text-align:center;position:relative;padding:0 8px}
.step-no{display:block;text-align:left;color:var(--cyan);font-size:13px;font-weight:700;margin-left:10px}
.step-icon{
  width:64px;height:64px;color:#dce5ea;margin:15px auto 15px;position:relative;z-index:2;
  background:#03111c;border-radius:18px;display:grid;place-items:center;
  transition:color .25s ease,transform .25s ease,box-shadow .25s ease
}
.step:hover .step-icon{color:var(--cyan);transform:translateY(-3px);box-shadow:0 0 32px rgba(41,215,240,.16)}
.step-icon svg{width:56px;height:56px}
.step h3{font-size:18px;margin-bottom:8px}
.step p{font-size:13px;color:#93a8b5;line-height:1.5;max-width:180px;margin:auto}

/* PLATFORM */
.platform{
  display:grid;grid-template-columns:.68fr 1.32fr;gap:55px;align-items:center;
  margin-top:90px;position:relative;z-index:2
}
.platform-copy .eyebrow{margin-bottom:14px}
.platform-copy h2{font-size:45px;margin-bottom:22px}
.platform-copy p{font-size:16px;color:#a6b7c1;max-width:390px;line-height:1.65}
.platform-copy ul{list-style:none;padding:0;margin:24px 0}
.platform-copy li{font-size:14px;color:#d3dce2;margin:11px 0}
.platform-copy li:before{content:"✓";color:var(--cyan);margin-right:10px}
.dashboard{
  border:1px solid rgba(72,145,181,.38);border-radius:18px;
  background:
    radial-gradient(circle at 80% 0%,rgba(42,96,255,.10),transparent 26%),
    linear-gradient(180deg,#071d2c,#051622);
  padding:20px;box-shadow:0 30px 80px rgba(0,0,0,.32)
}
.dashboard-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}
.dash-logo-img{height:16px;width:auto;display:block}
.avatar{width:22px;height:22px;border-radius:50%;background:#2d6cd6;border:2px solid #79a9ff;box-shadow:0 0 24px rgba(86,127,255,.38)}
.dashboard-body{display:grid;grid-template-columns:120px 1fr;gap:16px}
.side-nav{border-right:1px solid #17364a;padding-right:12px}
.side-item{padding:10px 10px;border-radius:7px;font-size:11px;color:#8fa6b4;margin-bottom:4px}
.side-item.active{background:linear-gradient(90deg,#0d3d6f,#0a3157);color:#48def4}
.panel-title{font-size:22px;margin-bottom:12px}
.kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.kpi{
  border:1px solid #163649;background:rgba(7,27,41,.84);border-radius:10px;padding:14px;
  min-height:108px
}
.kpi small{display:block;color:#718b9b;font-size:9px}
.kpi strong{display:block;font-size:30px;line-height:1.08;margin:8px 0 6px}
.kpi span{font-size:10px}
.kpi.good strong,.kpi.good span{color:#26d295}
.kpi.risky strong,.kpi.risky span{color:#ff5b59}
.chart-grid{display:grid;grid-template-columns:1.5fr .9fr;gap:10px;margin-top:10px}
.chart-card{border:1px solid #163649;background:rgba(7,27,41,.84);border-radius:10px;padding:14px;min-height:190px}
.chart-card h4{font-size:12px;margin-bottom:10px}
.line-chart{height:125px}
.line-chart svg{width:100%;height:100%}
.line-chart path{fill:none;stroke:#20d6ee;stroke-width:2.2}
.line-chart line{stroke:#173649;stroke-width:1}
.donut-wrap{height:135px;display:flex;align-items:center;gap:16px}
.donut{width:104px;height:104px;border-radius:50%;background:conic-gradient(#2ed292 0 60%,#f2bd4d 60% 90%,#ff5b59 90% 100%);position:relative}
.donut:after{
  content:"248";position:absolute;inset:19px;background:#071b29;border-radius:50%;
  display:grid;place-items:center;font-weight:700;font-size:18px
}
.legend{font-size:10px;line-height:2}
.legend div{display:flex;align-items:center;white-space:nowrap}
.legend i{display:inline-block;flex:none;width:7px;height:7px;margin-right:7px;border-radius:1px}

/* RESOURCES */
.resources{
  border-top:1px solid rgba(255,255,255,.05);
  background:
    radial-gradient(circle at 50% 0%,rgba(26,150,207,.07),transparent 32%),
    linear-gradient(180deg,#051724,#04131f)
}
.resource-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;position:relative;z-index:2}
.resource{
  border:1px solid var(--border);border-radius:18px;background:linear-gradient(180deg,#071b29,#061621);
  overflow:hidden;min-height:360px;position:relative;transition:.28s ease
}
.resource:hover{transform:translateY(-6px);border-color:var(--border-strong);box-shadow:var(--shadow-soft)}
.resource-img{height:178px;background-size:cover;background-position:center;position:relative}
.resource-img:after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,transparent 50%,rgba(5,22,33,.72) 100%)}
.resource-copy{padding:20px}
.resource-copy small{color:var(--cyan);font-size:12px;letter-spacing:.08em}
.resource-copy h3{font-size:20px;line-height:1.34;margin:10px 0 18px;max-width:260px}
.resource-copy a{font-size:14px;color:var(--cyan)}

/* CTA + FOOTER */
.cta{
  background:
    radial-gradient(circle at 80% 0%,rgba(255,255,255,.12),transparent 28%),
    linear-gradient(90deg,#1768dd 0%,#245bd7 55%,#3978ff 100%);
  padding:28px 0
}
.cta-inner{display:flex;align-items:center;justify-content:space-between;gap:24px}
.cta h3{font-size:26px;margin-bottom:4px}
.cta p{font-size:14px;color:#dce9ff}
.cta .btn{border-radius:999px;padding:0 26px;background:rgba(75,119,255,.42);border-color:rgba(255,255,255,.20)}

.footer{padding:54px 0 22px;background:#020e17}
.footer-grid{display:grid;grid-template-columns:1.6fr repeat(4,1fr);gap:44px}
.footer-logo{height:32px;width:auto;margin-bottom:13px}
.footer p{font-size:13px;color:#7e95a3;max-width:250px;line-height:1.6}
.footer h4{font:700 12px Inter;color:#59cce0;text-transform:uppercase;letter-spacing:.13em;margin:0 0 14px}
.footer a{display:block;color:#9cafba;font-size:14px;margin:8px 0;transition:color .2s ease}
.footer a:hover{color:var(--cyan)}
.footer-bottom{
  display:flex;justify-content:space-between;border-top:1px solid #153247;
  margin-top:34px;padding-top:17px;color:#647d8c;font-size:12px
}

/* INTERIOR PAGES */
.page-hero{
  padding:150px 0 88px;min-height:430px;
  background:radial-gradient(circle at 80% 20%,rgba(51,105,255,.15),transparent 35%),#03111c;
  border-bottom:1px solid #17364a
}
.page-hero h1{max-width:980px;font-size:clamp(56px,5.6vw,82px);margin-bottom:24px}
.page-hero .lead{font-size:18px;color:#bdcad2;max-width:790px;line-height:1.7}
.breadcrumb{font-size:12px;color:#718b9b;margin-bottom:24px}.breadcrumb a{color:var(--cyan)}
.content-section{padding:90px 0}
.light{background:#f5f7f9;color:#0a1720}
.light h2,.light h3{color:#0a1720}
.light .eyebrow{color:#177d9d}
.split{display:grid;grid-template-columns:1fr 1fr;gap:60px}
.copy h2{font-size:48px;margin-bottom:20px}
.copy p{font-size:17px;color:#a2b3be;line-height:1.72}
.light .copy p{color:#5b7281}
.bullets{list-style:none;padding:0;margin:0}
.bullets li{font-size:16px;color:#b9c7cf;margin:12px 0}
.light .bullets li{color:#546b7a}
.bullets li:before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--cyan);margin-right:10px}
.signal-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.signal-grid-3{grid-template-columns:repeat(3,1fr)}
.signal{border:1px solid #1b4056;background:#082030;border-radius:14px;padding:22px;min-height:130px}
.signal strong{display:block;font-size:16px;margin-bottom:8px}
.signal span{font-size:14px;color:#8ea4b2}
.industry-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.industry{background:white;border-top:3px solid #dce4e9;padding:30px;min-height:250px}
.industry h3{font-size:24px;margin-top:45px;color:#0a1720}
.industry p{font-size:15px;color:#5e7482}
.arch{display:grid;gap:12px}
.arch-row{display:grid;grid-template-columns:44px 1fr 1.45fr;gap:14px;align-items:center;background:white;border:1px solid #d8e1e7;border-radius:11px;padding:18px}
.arch-row>span{font-size:11px;color:#7c929f}
.arch-row strong{font-size:17px}
.arch-row small{font-size:13px;color:#607684}
.arch-row.final{background:#061927;color:white;border-color:#17394d}
.arch-row.final small{color:#9fb0bb}
.contact-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:60px}
.contact-form{background:#081f2f;border:1px solid #20465c;border-radius:16px;padding:32px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.contact-form label{display:block;color:#9eb0bb;font-size:12px;letter-spacing:.06em;text-transform:uppercase;margin-bottom:14px}
.contact-form input,.contact-form select,.contact-form textarea{
  width:100%;display:block;margin-top:7px;border:1px solid #294a5f;background:#051724;color:white;
  border-radius:9px;padding:13px;outline:none
}
.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--cyan)}
.note{font-size:12px;color:#718b9b;margin-top:10px}
.legal{background:#f6f8fa;color:#0a1720;padding:145px 0 80px}
.legal .container{max-width:900px}
.legal h1{font-size:58px;margin-bottom:28px;color:#0a1720}
.legal h2{font-size:28px;margin-top:38px;color:#0a1720}
.legal p{font-size:16px;color:#536b7a;line-height:1.75}
.legal .notice{background:#fff5dc;border:1px solid #edd093;border-radius:9px;padding:16px 18px;color:#715829}

/* Responsive */
@media(max-width:1080px){
  .container{width:min(calc(100% - 40px),var(--max))}
  .nav-links{gap:24px}.nav-links a{font-size:13px}
  .hero-grid{grid-template-columns:1fr}.hero{padding-top:125px}.hero-visual{height:600px;margin-top:8px}
  .hero-copy{max-width:820px}.hero-benefits{max-width:860px}
  .asset-grid,.resource-grid{grid-template-columns:repeat(2,1fr)}
  .platform,.split,.contact-grid{grid-template-columns:1fr}
  .signal-grid,.industry-grid,.signal-grid-3{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:1.5fr 1fr 1fr}
}
@media(max-width:760px){
  .nav{height:72px}.logo img{height:32px}.nav-links{display:none}.menu-btn{display:block}
  .nav-links.open{
    display:flex;position:absolute;top:72px;left:16px;right:16px;flex-direction:column;align-items:stretch;
    background:#071b2a;border:1px solid #1d4055;border-radius:14px;padding:20px;gap:13px
  }
  .nav-links .contact{text-align:center}
  .hero{padding:112px 0 52px;min-height:auto}.hero h1{font-size:56px}
  .hero-copy .lead{font-size:16px}.hero-actions{flex-direction:column;align-items:stretch}
  .hero-benefits{grid-template-columns:1fr;gap:16px}
  .hero-visual{height:auto}.transformer-stage{bottom:120px}
  .hero-dashboard{width:100%;right:0;top:auto;bottom:0}
  .fleet-stage{display:none}
  .fleet-dashboard{width:100%;position:static;margin-top:4px}
  .trust-list{gap:18px 28px}.trust-list{font-size:13px}
  .section{padding:70px 0}.section-heading p{font-size:16px}
  .asset-grid,.resource-grid,.signal-grid,.industry-grid,.signal-grid-3{grid-template-columns:1fr}
  .asset-card{min-height:440px}.asset-img{height:210px}
  .process{grid-template-columns:1fr}.process:before{display:none}
  .step{text-align:left;padding-left:82px;min-height:105px}.step-no{margin-left:0}
  .step-icon{position:absolute;left:0;top:16px;margin:0}.step p{margin:0;max-width:none;font-size:14px}
  .platform{grid-template-columns:1fr}.platform-copy h2{font-size:40px}
  .dashboard{padding:12px}.dashboard-body{grid-template-columns:1fr}.side-nav{display:none}
  .kpis{grid-template-columns:repeat(2,1fr)}.chart-grid{grid-template-columns:1fr}.donut-wrap{height:auto;padding:10px 0}
  .cta-inner{flex-direction:column;align-items:flex-start}
  .footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}
  .footer-bottom{flex-direction:column;gap:6px}
  .form-grid{grid-template-columns:1fr}
  .arch-row{grid-template-columns:34px 1fr}.arch-row small{grid-column:2}
}
@media(max-width:520px){
  .container{width:min(calc(100% - 28px),var(--max))}
  .hero h1{font-size:48px}.hero-visual{height:auto}
  h2{font-size:40px}.section-heading{margin-bottom:36px}
  .asset-copy p{font-size:14px}
  .resource-copy h3{font-size:19px}
  .footer-grid{grid-template-columns:1fr}
  .footer-grid>div:first-child{grid-column:auto}
}
@media(prefers-reduced-motion:reduce){
  *{scroll-behavior:auto!important}.reveal{opacity:1;transform:none;transition:none}
}


/* ===== V2.1 Premium Completion Pass ===== */

/* Crisp photographic treatment */
.transformer-stage,
.asset-img,
.resource-img{
  background-repeat:no-repeat;
  image-rendering:auto;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
}

.transformer-stage{
  background-position:center 47%;
  background-size:cover;
}
.transformer-stage::before{
  background:
    radial-gradient(circle at 64% 48%,rgba(35,160,255,.19),transparent 34%),
    linear-gradient(90deg,rgba(2,13,22,.62) 0%,rgba(2,13,22,.15) 34%,rgba(2,13,22,0) 70%);
  filter:none;
}
.asset-img{
  background-position:center;
  background-size:cover;
}
.resource-img{
  background-position:center;
  background-size:cover;
}

/* Keep the core EVEX hero statement to two lines on premium desktop layouts */
.hero-copy h1{
  font-size:clamp(68px,5.55vw,86px);
  max-width:none;
  letter-spacing:-.048em;
}
.hero-copy h1 .gradient{
  display:inline-block;
  white-space:nowrap;
}
.hero-grid{
  grid-template-columns:1fr 1fr;
  gap:34px;
}
.hero-copy .lead{
  max-width:630px;
}

/* More confident but less oversized section rhythm */
.section{padding:82px 0}
.section-heading{margin-bottom:44px}
.section-heading h2{max-width:1000px;margin-left:auto;margin-right:auto}
.process-shell{margin-top:48px;padding-top:43px}
.platform{margin-top:76px}

/* Premium photo overlays: preserve detail while maintaining EVEX dark art direction */
.asset-img:before,
.resource-img:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:
    linear-gradient(115deg,rgba(8,36,57,.16),rgba(12,83,123,.03) 48%,rgba(4,18,29,.08)),
    radial-gradient(circle at 85% 20%,rgba(33,154,255,.08),transparent 32%);
  mix-blend-mode:screen;
}
.asset-img:after{z-index:2}
.resource-img{position:relative}
.resource-img:after{z-index:2}

/* Improve asset-card information density */
.asset-card{min-height:445px}
.asset-copy{padding-top:26px}
.asset-copy p{max-width:310px}
.resource{min-height:345px}

/* Add subtle luminous section separators */
.process-shell,
.resources{
  border-top-color:rgba(60,144,180,.14);
}
.resources:before{
  content:"";
  position:absolute;
  left:10%;
  right:10%;
  top:0;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(41,215,240,.20),transparent);
}

/* Product UI has a little more dimensionality */
.dashboard{
  box-shadow:
    0 34px 90px rgba(0,0,0,.34),
    0 0 70px rgba(26,119,182,.055),
    inset 0 1px 0 rgba(255,255,255,.025);
}
.kpi,.chart-card{
  box-shadow:inset 0 1px 0 rgba(255,255,255,.018);
}

/* Refine CTA */
.cta{padding:31px 0}
.cta .btn{min-width:170px}

/* Footer polish and legal links */
.footer{padding-top:48px}
.footer-bottom a{
  display:inline;
  margin:0;
  font-size:12px;
}
.footer-bottom span:last-child{
  display:flex;
  align-items:center;
  gap:20px;
}

/* Slightly improve reading size on large monitors */
@media(min-width:1500px){
  .hero-copy .lead{font-size:19px}
  .section-heading p{font-size:18px}
  .asset-copy p{font-size:15.5px}
  .platform-copy p{font-size:16.5px}
}

/* Restore wrapping on constrained viewports */
@media(max-width:1080px){
  .hero-grid{grid-template-columns:1fr}
  .hero-copy h1 .gradient{white-space:normal}
}
@media(max-width:760px){
  .section{padding:64px 0}
}


/* ==========================================================
   V2.2 — Launch-Level Premium Polish
   ========================================================== */

/* Header: stronger brand presence, still compact */
.nav{height:88px}
.logo img{height:46px}
.nav-links{gap:38px}
.nav-links a{font-size:14px}
.site-header{border-bottom-color:rgba(82,145,174,.09)}

/* Hero: seamless image integration */
.hero{padding-top:152px;min-height:790px}
.hero-grid{grid-template-columns:1.02fr .98fr;gap:28px}
.hero-copy h1{font-size:clamp(70px,5.45vw,88px);line-height:.96}
.hero-copy .lead{font-size:19px;line-height:1.62;color:#d5e0e7}
.hero-benefits{gap:28px;margin-top:40px}
.benefit strong{font-size:15px}
.benefit span{font-size:13px;color:#a9bac5}
.benefit-icon{width:27px;height:27px}

.hero-visual{height:590px}
.transformer-stage{
  left:-11%;
  right:-2%;
  border-radius:0 24px 24px 0;
  background-position:center center;
  -webkit-mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.32) 8%,#000 22%,#000 100%);
  mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.32) 8%,#000 22%,#000 100%);
}
.transformer-stage:before{
  inset:0;
  background:
    linear-gradient(90deg,rgba(3,17,28,.72) 0%,rgba(3,17,28,.30) 17%,rgba(3,17,28,.04) 43%,rgba(3,17,28,.06) 100%),
    radial-gradient(circle at 72% 55%,rgba(41,164,255,.14),transparent 34%);
}
.hero-dashboard{
  right:3px;top:61px;
  border-color:rgba(76,190,231,.48);
  box-shadow:
    0 34px 90px rgba(0,0,0,.43),
    0 0 0 1px rgba(37,210,240,.035),
    0 0 50px rgba(27,164,223,.09);
}

/* Trust strip: less ornamental, more confident */
.trust{padding:26px 0 31px}
.trust-title{font-size:11.5px}
.trust-list{font-size:14px;gap:52px}

/* Section depth / scrolling rhythm */
.section{
  padding:84px 0;
  background:
    radial-gradient(circle at 50% -8%,rgba(25,135,190,.06),transparent 32%),
    linear-gradient(180deg,#03131f,#03111c);
}
.section-heading{margin-bottom:43px}
.section-heading h2{letter-spacing:-.043em}
.section-heading p{font-size:17px;color:#a8bbc6}

/* Balanced asset title */
.section-heading h2 br{display:block}

/* Cards: tighter and more premium */
.asset-grid{gap:18px}
.asset-card{
  min-height:414px;
  border-radius:16px;
  background:linear-gradient(180deg,rgba(8,31,46,.98),rgba(4,20,31,.98));
}
.asset-img{height:198px}
.asset-img:before{
  background:
    linear-gradient(180deg,rgba(8,31,47,.04),rgba(3,18,29,.12) 55%,rgba(4,20,31,.82) 100%),
    linear-gradient(100deg,rgba(14,78,111,.10),transparent 52%);
}
.asset-img:after{
  background:linear-gradient(to bottom,transparent 48%,rgba(5,23,35,.33) 71%,#04141f 100%);
}
.hex{
  top:176px;left:20px;width:43px;height:43px;
  background:linear-gradient(145deg,rgba(33,225,241,.94),rgba(50,108,255,.96));
  filter:drop-shadow(0 9px 18px rgba(24,150,224,.18))
}
.hex:after{
  content:"";position:absolute;inset:4px;
  clip-path:inherit;border:1px solid rgba(4,33,50,.26)
}
.hex svg{width:23px;height:23px}
.asset-copy{padding:26px 19px 18px}
.asset-copy h3{font-size:21px;margin-bottom:10px}
.asset-copy p{font-size:14px;line-height:1.52}
.asset-copy .text-link{left:19px;bottom:18px;font-size:13px}

/* Process: one consistent visual language, no boxed hover state */
.process-shell{
  margin-top:62px;padding-top:58px;
  border-top:0;
}
.process-shell:before{
  content:"";display:block;position:absolute;left:9%;right:9%;top:0;height:1px;
  background:linear-gradient(90deg,transparent,rgba(41,215,240,.18),transparent)
}
.process{gap:20px}
.process:before{
  top:78px;
  border:0;
  height:1px;
  background:linear-gradient(90deg,rgba(41,215,240,.08),rgba(41,215,240,.75) 20%,rgba(41,215,240,.75) 80%,rgba(41,215,240,.08));
}
.step:after{
  content:"";position:absolute;z-index:1;top:74px;left:50%;
  width:7px;height:7px;border-radius:50%;
  background:#05141f;border:1px solid rgba(48,217,239,.75);
  box-shadow:0 0 14px rgba(40,211,239,.18);
  transform:translate(-50%,-50%)
}
.step-icon{
  width:68px;height:68px;background:#03111c;
  border:0;border-radius:0;box-shadow:none
}
.step:hover .step-icon{
  background:#03111c;box-shadow:none;color:var(--cyan);transform:translateY(-2px)
}
.step h3{font-size:18px}
.step p{font-size:13.5px;color:#9fb2bd}
.step-no{font-size:12.5px}

/* Intelligence section: better balance between copy and conceptual UI */
.platform{
  grid-template-columns:.78fr 1.22fr;
  gap:58px;margin-top:72px;
  padding:58px 0 12px;
  position:relative;
}
.platform:before{
  content:"";position:absolute;inset:0 -7%;
  background:radial-gradient(circle at 76% 45%,rgba(29,117,177,.10),transparent 37%);
  pointer-events:none
}
.platform-copy{position:relative;z-index:2}
.platform-copy h2{font-size:42px}
.platform-copy p{font-size:16px}
.dashboard{position:relative;z-index:2}
.panel-head{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:14px}
.panel-kicker{display:block;color:#5f91a9;font-size:8.5px;letter-spacing:.13em;margin-bottom:2px}
.panel-title{margin-bottom:0}
.panel-controls{display:flex;gap:7px;padding-top:3px}
.panel-controls span{
  border:1px solid #17384b;background:#061622;border-radius:6px;
  color:#829aa8;font-size:8.5px;padding:6px 8px
}
.kpi em{
  display:block;margin-top:7px;color:#6f8998;font-style:normal;font-size:8.5px
}
.kpi.good em{color:#4aa88a}
.kpi.risky em{color:#b77b79}

/* Premium CTA replaces the generic full-width blue bar */
.cta{
  padding:78px 0 64px;
  background:
    radial-gradient(circle at 78% 50%,rgba(45,102,255,.13),transparent 30%),
    linear-gradient(180deg,#03111c,#020e17);
}
.cta-panel{
  position:relative;overflow:hidden;
  display:flex;align-items:center;justify-content:space-between;gap:38px;
  min-height:190px;padding:40px 46px;
  border:1px solid rgba(80,148,185,.26);border-radius:22px;
  background:
    radial-gradient(circle at 88% 30%,rgba(66,117,255,.26),transparent 28%),
    radial-gradient(circle at 15% 100%,rgba(28,210,234,.09),transparent 34%),
    linear-gradient(110deg,#061c2a,#082039 64%,#0b2545);
  box-shadow:0 32px 80px rgba(0,0,0,.28)
}
.cta-panel:before{
  content:"";position:absolute;inset:0;opacity:.22;
  background-image:
    linear-gradient(rgba(104,184,218,.07) 1px,transparent 1px),
    linear-gradient(90deg,rgba(104,184,218,.07) 1px,transparent 1px);
  background-size:44px 44px;
  mask-image:linear-gradient(90deg,transparent,#000 40%,#000)
}
.cta-copy{position:relative;z-index:2}
.cta-copy .eyebrow{margin-bottom:10px}
.cta h3{font-size:35px;margin-bottom:8px}
.cta p{font-size:16px;color:#afc1cc;max-width:680px}
.cta .btn{position:relative;z-index:2;min-width:205px}

/* Footer: stronger final brand impression */
.footer{padding:58px 0 24px;background:#020c14}
.footer-grid{grid-template-columns:1.7fr repeat(4,1fr);gap:48px}
.footer-logo{height:40px;width:auto;margin-bottom:16px}
.footer p{font-size:14px;max-width:285px}
.footer h4{font-size:12px}
.footer a{font-size:14px}
.footer-bottom{margin-top:38px;font-size:12px}
.footer-bottom span:last-child{display:flex;gap:22px;align-items:center}
.footer-bottom a{display:inline;margin:0;font-size:12px}

/* Remove V2.1 resources styling from visual flow; section is no longer in homepage. */

/* Large screens */
@media(min-width:1500px){
  .logo img{height:50px}
  .hero-copy h1{font-size:88px}
}

/* Tablet */
@media(max-width:1080px){
  .logo img{height:42px}
  .nav{height:82px}
  .hero-grid{grid-template-columns:1fr}
  .transformer-stage{
    left:0;right:0;border-radius:22px;
    -webkit-mask-image:none;mask-image:none
  }
  .platform{grid-template-columns:1fr}
}

/* Mobile */
@media(max-width:760px){
  .logo img{height:34px}
  .nav{height:74px}
  .nav-links.open{top:74px}
  .hero{padding-top:118px}
  .hero-copy h1{font-size:50px}
  .hero-copy .lead{font-size:16px}
  .benefit span{font-size:13px}
  .asset-card{min-height:410px}
  .cta{padding:55px 0}
  .cta-panel{flex-direction:column;align-items:flex-start;padding:30px 25px}
  .cta h3{font-size:30px}
}


/* V2.2 final footer/navigation cleanup */
.footer-grid{
  grid-template-columns:1.7fr 1fr 1fr 1fr 1.1fr;
}
.footer-grid>div:last-child a:last-child{
  color:#6f8795;
  pointer-events:none;
}
.footer-bottom{
  margin-top:34px;
}
@media(max-width:1080px){
  .footer-grid{grid-template-columns:1.5fr 1fr 1fr}
}
@media(max-width:760px){
  .footer-grid{grid-template-columns:1fr 1fr}
  .footer-grid>div:first-child{grid-column:1/-1}
}
@media(max-width:520px){
  .footer-grid{grid-template-columns:1fr}
  .footer-grid>div:first-child{grid-column:auto}
}


/* ==========================================================
   FINAL LOCAL-ASSET OVERRIDES
   V2.2 Launch-Level Premium Polish
   ========================================================== */

/* The four approved V2.2 asset images are local runtime files. */
.asset-img{
  image-rendering:auto;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
}

/* ==========================================================
   V3 — Cross-Asset Fleet Intelligence Hero Visual
   Replaces the single-transformer dashboard with a conceptual
   fleet-risk view spanning solar, storage, transformer and
   switchgear assets — one intelligence layer, many asset classes.
   ========================================================== */
.fleet-stage{
  position:absolute;inset:0;border-radius:22px;overflow:hidden;
  background:
    radial-gradient(circle at 30% 30%,rgba(41,164,255,.20),transparent 42%),
    radial-gradient(circle at 76% 72%,rgba(41,215,240,.12),transparent 40%),
    linear-gradient(160deg,rgba(6,27,44,.95) 0%,rgba(3,17,28,.97) 60%,rgba(2,12,21,.98) 100%),
    url("assets/hero-v22-composite.jpg") center 38% / cover no-repeat;
  box-shadow:inset 0 0 100px rgba(3,17,28,.45)
}
.fleet-stage:before{
  content:"";position:absolute;inset:0;pointer-events:none;opacity:.16;
  background-image:
    linear-gradient(rgba(81,159,190,.12) 1px,transparent 1px),
    linear-gradient(90deg,rgba(81,159,190,.12) 1px,transparent 1px);
  background-size:64px 64px;
}
.fleet-lines{position:absolute;inset:0;width:100%;height:100%;z-index:1}
.fleet-lines line{stroke:rgba(60,199,232,.42);stroke-width:.3;vector-effect:non-scaling-stroke}
.fleet-node{
  position:absolute;transform:translate(-50%,-50%);z-index:2;
  display:flex;flex-direction:column;align-items:center;gap:7px
}
.fleet-node small{font-size:10px;letter-spacing:.09em;text-transform:uppercase;color:#9db2bf;font-weight:700}
.node-badge{
  width:42px;height:42px;border-radius:50%;
  border:1px solid rgba(72,153,190,.5);background:rgba(8,30,45,.86);
  display:grid;place-items:center;color:#bfe0ee;backdrop-filter:blur(6px);
  box-shadow:0 10px 26px rgba(0,0,0,.32)
}
.node-badge svg{width:20px;height:20px}
.fleet-hub{
  width:58px;height:58px;border-radius:50%;
  background:linear-gradient(145deg,#22e8f2,#3d76ff);
  display:grid;place-items:center;color:#07243a;
  box-shadow:0 0 42px rgba(41,196,255,.42)
}
.fleet-hub svg{width:27px;height:27px}
.fleet-node-hub small{color:#cfe8f2;letter-spacing:.14em}

.fleet-dashboard{width:352px;z-index:3}
.fleet-list{margin-top:14px}
.fleet-row{
  display:grid;grid-template-columns:30px 1fr auto;gap:10px;align-items:center;
  border-top:1px solid rgba(255,255,255,.06);padding:10px 0
}
.fleet-list .fleet-row:first-child{border-top:0;padding-top:2px}
.fleet-icon-wrap{
  width:28px;height:28px;border-radius:8px;
  background:rgba(41,164,255,.12);border:1px solid rgba(63,143,181,.35);
  display:grid;place-items:center;color:#8fd3ea
}
.fleet-icon-wrap svg{width:15px;height:15px}
.fleet-meta{display:flex;flex-direction:column;gap:2px;min-width:0}
.fleet-meta strong{font-size:12px;color:#e8f1f6;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.fleet-meta span{font-size:10px;color:#8298a6;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.fleet-row b{font-size:10.5px;white-space:nowrap;text-align:right;font-weight:700}
.status-attn{color:var(--red)}
.status-review{color:var(--amber)}
.status-normal{color:var(--green)}
.status-watch{color:var(--cyan-soft)}
.fleet-summary span{color:#c3d3dc;font-weight:700;letter-spacing:.02em;font-size:10.5px}

/* Local hero remains responsive on tablet/mobile. */
@media(max-width:1080px){
  .fleet-stage{background-position:center top,center top,center top,center 30%}
}
@media(max-width:760px){
  .fleet-node small{display:none}
  .fleet-node{gap:0}
  .node-badge{width:34px;height:34px}
  .node-badge svg{width:16px;height:16px}
  .fleet-hub{width:48px;height:48px}
  .fleet-hub svg{width:22px;height:22px}
}

/* ==========================================================
   V4 — Credibility / positioning pass
   ========================================================== */

/* Visible "this is illustrative" labeling on conceptual dashboards */
.concept-tag{
  font-size:9px;letter-spacing:.1em;text-transform:uppercase;color:#7c93a1;
  border-bottom:1px solid rgba(255,255,255,.06);
  padding-bottom:10px;margin-bottom:2px
}

/* Compact message-only section for the EVEX method strip */
.approach-section{padding:56px 0}
.approach-section .section-heading{margin-bottom:0}

/* ==========================================================
   V5 — About Page (story-driven rebuild)
   ========================================================== */

/* Emphasis line closing the Challenge section */
.pull-statement{
  border-left:3px solid var(--cyan);
  padding:4px 0 4px 24px;
  margin-top:42px;
  font-family:Manrope,Inter,sans-serif;
  font-size:clamp(21px,2.1vw,27px);
  line-height:1.4;
  letter-spacing:-.015em;
  color:var(--white);
  max-width:920px;
}
.light .pull-statement{border-left-color:#177d9d;color:#0a1720}

/* Centered, visually prominent single-line statement */
.statement-line{
  display:block;
  text-align:center;
  font-family:Manrope,Inter,sans-serif;
  font-weight:600;
  letter-spacing:-.02em;
  font-size:clamp(24px,2.8vw,34px);
  margin:44px auto 0;
  max-width:800px;
  color:var(--white);
}
.light .statement-line{color:#0a1720}

/* Paragraph contrast when the standard section-heading is used on a light section */
.light .section-heading p{color:#5b7281}

/* Column-count variants of existing grid components */
.signal-grid-2{grid-template-columns:repeat(2,1fr)}
.industry-grid-2{grid-template-columns:repeat(2,1fr)}
.process-4{grid-template-columns:repeat(4,1fr)}

@media(max-width:1080px){
  .process-4{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:760px){
  .signal-grid-2,.industry-grid-2,.process-4{grid-template-columns:1fr}
}

/* ==========================================================
   V6 — Homepage Intelligence Layer: diagnostic walkthrough
   Replaces the generic KPI/chart panel with a single illustrative
   asset story (fleet -> selected asset -> trend -> anomaly ->
   probable cause -> recommended action -> evidence).
   ========================================================== */

/* Step 1: compact fleet snapshot strip */
.fleet-strip{
  display:flex;align-items:center;gap:14px;flex-wrap:wrap;
  padding:11px 14px;margin-bottom:14px;
  border:1px solid #163649;border-radius:10px;background:rgba(7,27,41,.6);
}
.fleet-strip-label{font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:#5f91a9;font-weight:700;white-space:nowrap}
.fleet-counts{display:flex;gap:14px;flex-wrap:wrap}
.fleet-count{display:flex;align-items:center;gap:6px;font-size:11px;color:#c3d3dc;white-space:nowrap}
.fleet-count i{width:7px;height:7px;border-radius:50%;display:inline-block;flex:none}
.fleet-strip-arrow{margin-left:auto;font-size:11px;color:#6f8998;white-space:nowrap}
.fleet-strip-arrow strong{color:#e8f1f6}

/* Steps 2-7: the diagnostic story card */
.diagnostic{
  border:1px solid rgba(72,153,190,.28);border-radius:14px;
  background:linear-gradient(180deg,rgba(9,32,49,.7),rgba(6,23,36,.85));
  padding:20px 22px 22px;
}
.diagnostic-head{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}
.diagnostic-meta{font-size:12px;color:#8ea4b2}
.risk-badge{
  display:inline-flex;align-items:center;gap:7px;padding:6px 12px;border-radius:999px;
  font-size:10.5px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap
}
.risk-badge.elevated{background:rgba(255,94,94,.12);border:1px solid rgba(255,94,94,.4);color:#ff8686}
.risk-badge i{width:6px;height:6px;border-radius:50%;background:currentColor;display:inline-block}

.diagnostic-trend{margin-top:18px}
.diagnostic-trend-label{display:flex;justify-content:space-between;align-items:baseline;gap:10px;font-size:11px;color:#93a8b5;margin-bottom:10px}
.diagnostic-trend-label b{color:#f2bd4d;font-weight:700;white-space:nowrap}

.trend-legend{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:12px}
.trend-legend .legend-item{display:flex;align-items:center;gap:6px;font-size:10px;color:#93a8b5;white-space:nowrap}
.trend-legend .legend-item i{width:8px;height:8px;border-radius:2px;display:inline-block;flex:none}

.trend-annotation{display:flex;align-items:center;gap:7px;font-size:10.5px;color:#f2bd4d;font-weight:600;margin-bottom:10px}
.trend-annotation i{width:6px;height:6px;border-radius:50%;background:var(--amber);display:inline-block;flex:none}

.trend-plot{display:flex;gap:8px}
.trend-axis{flex:none;width:20px;display:flex;flex-direction:column;justify-content:space-between;font-size:9px;color:#5f7887;text-align:right;padding:1px 0}
.trend-chart{flex:1;min-width:0;height:96px}
.trend-chart svg{width:100%;height:100%;overflow:visible}
.trend-chart .grid{stroke:#173649;stroke-width:1}
.trend-chart .deviation-guide{stroke:#3c4f5c;stroke-width:1;stroke-dasharray:2 3}
.sig-temp{fill:none;stroke:var(--amber);stroke-width:2.6}
.sig-load{fill:none;stroke:var(--blue);stroke-width:1.5;opacity:.7}
.sig-fan{fill:none;stroke:var(--green);stroke-width:1.5;opacity:.7}
.trend-marker{fill:var(--amber);stroke:#03111c;stroke-width:2}
.trend-xaxis{display:flex;justify-content:space-between;font-size:9px;color:#5f7887;margin-top:6px;padding-left:28px}

.diagnostic-findings{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:20px;padding-top:18px;border-top:1px solid rgba(255,255,255,.06)}
.finding-label{font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:#5f91a9;font-weight:700;margin-bottom:8px}
.finding p{font-size:12.5px;line-height:1.55;color:#c3d3dc;margin:0}
.finding .confidence{display:flex;align-items:center;gap:8px;margin-top:11px;font-size:10.5px;color:#8fd3ea;white-space:nowrap}
.confidence-bar{width:56px;height:4px;border-radius:2px;background:#163649;position:relative;overflow:hidden;flex:none}
.confidence-bar span{position:absolute;inset:0;width:87%;background:linear-gradient(90deg,#29d7f0,#3c73ff);border-radius:2px}

.diagnostic-action{
  display:flex;gap:13px;align-items:flex-start;margin-top:20px;padding:15px 17px;
  border:1px solid rgba(46,212,150,.30);border-radius:12px;
  background:linear-gradient(90deg,rgba(46,212,150,.08),rgba(46,212,150,.02));
}
.diagnostic-action .action-icon{
  width:28px;height:28px;border-radius:50%;flex:none;
  background:rgba(46,212,150,.15);border:1px solid rgba(46,212,150,.4);color:#4fe0ab;
  display:grid;place-items:center;
}
.diagnostic-action .action-icon svg{width:15px;height:15px}
.action-label-row{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:4px}
.action-label{font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:#4fe0ab;font-weight:700}
.priority-flag{font-size:9.5px;font-weight:700;color:var(--amber);letter-spacing:.01em;white-space:nowrap}
.diagnostic-action p{font-size:13px;line-height:1.5;color:#e3f3ec;margin:0}
.diagnostic-action strong{color:#fff}

.diagnostic-evidence{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}
.evidence-chip{
  display:inline-flex;align-items:center;gap:6px;font-size:10.5px;color:#a9c1cd;
  border:1px solid #1d4256;background:rgba(5,20,31,.6);border-radius:999px;padding:6px 11px;white-space:nowrap
}
.evidence-chip i{width:5px;height:5px;border-radius:50%;background:var(--amber);display:inline-block;flex:none}

@media(max-width:1080px){
  .diagnostic-findings{grid-template-columns:1fr}
}
@media(max-width:760px){
  .fleet-strip-arrow{margin-left:0;width:100%}
  .diagnostic{padding:17px 16px 18px}
  .diagnostic-trend-label{flex-direction:column;align-items:flex-start;gap:2px}
  .trend-legend{gap:10px 14px}
  .action-label-row{flex-direction:column;align-items:flex-start;gap:3px}
}
