.home-hero{
  position:relative;
  min-height:760px;
  padding:118px 0 72px;
  overflow:hidden;
  background:
    linear-gradient(90deg,rgba(5,10,18,.98) 0%,rgba(5,10,18,.84) 45%,rgba(5,10,18,.44) 100%),
    url("../images/banner_d.jpg") center/cover no-repeat;
}
.home-hero:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 68% 30%,rgba(55,213,255,.22),transparent 25%),
    linear-gradient(180deg,transparent,rgba(5,10,18,.92));
}
.hero-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:1.02fr .98fr;
  gap:54px;
  align-items:center;
  width:min(1200px,calc(100% - 48px));
  margin:0 auto;
}
.hero-copy h1{
  max-width:720px;
  color:#fff;
  font-size:58px;
  line-height:1.12;
  font-weight:800;
  letter-spacing:0;
}
.hero-copy p{
  max-width:670px;
  margin:24px 0 34px;
  color:#c4d3e6;
  font-size:19px;
  line-height:1.85;
}
.hero-metrics{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin-top:34px;
}
.hero-metrics li{
  min-height:92px;
  padding:18px;
  background:rgba(13,23,38,.74);
  border:1px solid var(--line);
  border-radius:8px;
  backdrop-filter:blur(12px);
}
.hero-metrics strong{
  display:block;
  color:#fff;
  font-size:25px;
  line-height:1.15;
}
.hero-metrics span{
  color:#91a4ba;
}
.matrix-console{
  position:relative;
  min-height:520px;
  padding:20px;
  background:rgba(9,16,27,.76);
  border:1px solid var(--line);
  border-radius:12px;
  box-shadow:var(--shadow);
  backdrop-filter:blur(18px);
}
.console-top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:18px;
  color:#8fa3ba;
  font-size:13px;
}
.console-dots{display:flex;gap:7px}
.console-dots button{
  position:relative;
  width:28px;
  height:24px;
  padding:0;
  border:0;
  background:transparent;
  cursor:pointer;
}
.console-dots button:before{
  content:"";
  position:absolute;
  top:50%;
  left:50%;
  width:8px;
  height:8px;
  border-radius:50%;
  background:#b7c9dc;
  transform:translate(-50%,-50%);
  transition:width .24s ease,background .24s ease,box-shadow .24s ease;
}
.console-dots button.is-active:before{
  width:20px;
  border-radius:999px;
  background:linear-gradient(90deg,var(--brand),var(--teal));
  box-shadow:0 0 0 4px rgba(36,104,232,.1);
}
.console-dots button:focus-visible{
  outline:2px solid var(--brand);
  outline-offset:3px;
}
.matrix-radar{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  grid-auto-rows:1fr;
  gap:14px;
}
.radar-card{
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-height:104px;
  padding:18px;
  background:linear-gradient(145deg,rgba(17,29,47,.95),rgba(11,22,38,.9));
  border:1px solid var(--line);
  border-radius:8px;
}
.radar-card:nth-child(2n){transform:translateY(22px)}
.radar-card b{
  display:block;
  color:#fff;
  font-size:17px;
  margin-bottom:8px;
}
.radar-card span{
  color:#93a8be;
  line-height:1.7;
}
.matrix-tabs{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
  margin-bottom:24px;
}
.matrix-tabs button{
  min-height:56px;
  color:#c8d7e9;
  background:#0d1726;
  border:1px solid var(--line);
  border-radius:8px;
  cursor:pointer;
}
.matrix-tabs button.is-active,
.matrix-tabs button:hover{
  color:#fff;
  background:linear-gradient(135deg,rgba(47,124,255,.3),rgba(55,213,255,.16));
  border-color:var(--line-strong);
}
.matrix-panel{display:none}
.matrix-panel.is-active{display:block}
.product-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}
.product-card{
  min-height:250px;
  padding:24px;
  background:linear-gradient(180deg,rgba(17,29,47,.94),rgba(12,23,38,.92));
  border:1px solid var(--line);
  border-radius:10px;
  box-shadow:0 18px 46px rgba(0,0,0,.18);
}
.product-card:hover{
  transform:translateY(-6px);
  border-color:var(--line-strong);
  box-shadow:0 24px 58px rgba(55,213,255,.14);
}
.product-card i,.capability-card i{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  margin-bottom:18px;
  color:#05101f;
  background:linear-gradient(135deg,var(--cyan),var(--teal));
  border-radius:8px;
  font-style:normal;
  font-weight:800;
}
.product-card h3{
  color:#fff;
  font-size:20px;
  line-height:1.35;
  margin-bottom:12px;
}
.product-card p{
  color:#95a8be;
  line-height:1.8;
}
.product-card a{
  display:inline-flex;
  margin-top:18px;
  color:var(--cyan);
  font-weight:700;
}
.capability-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}
.capability-card{
  padding:30px;
  background:rgba(13,23,38,.84);
  border:1px solid var(--line);
  border-radius:10px;
}
.capability-card h3{
  color:#fff;
  font-size:21px;
  margin-bottom:12px;
}
.capability-card p{
  color:#95a8be;
  line-height:1.85;
}
.case-grid,.news-home-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
}
.case-card,.news-card{
  overflow:hidden;
  background:#0d1726;
  border:1px solid var(--line);
  border-radius:10px;
}
.case-card:hover,.news-card:hover{
  transform:translateY(-5px);
  border-color:var(--line-strong);
  box-shadow:0 18px 42px rgba(55,213,255,.12);
}
.case-card img,.news-card img{
  width:100%;
  height:172px;
  object-fit:cover;
  filter:brightness(.78) saturate(.88);
}
.case-card h3,.news-card h3{
  min-height:56px;
  padding:18px 18px 6px;
  color:#fff;
  font-size:17px;
  line-height:1.55;
}
.news-card p{
  padding:0 18px 18px;
  color:#91a3b8;
  line-height:1.75;
}
.about-band{
  display:grid;
  grid-template-columns:.86fr 1.14fr;
  gap:34px;
  align-items:stretch;
}
.about-panel{
  padding:38px;
  background:linear-gradient(145deg,rgba(13,23,38,.92),rgba(12,34,48,.8));
  border:1px solid var(--line);
  border-radius:12px;
}
.about-panel p{
  color:#b8c7d8;
  font-size:16px;
  line-height:1.95;
}
.about-points{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  grid-template-rows:repeat(3,minmax(0,1fr));
  flex:1;
  gap:12px;
}
.about-points li{
  position:relative;
  min-height:0;
  padding:20px 18px 18px 54px;
  background:rgba(13,23,38,.76);
  border:1px solid var(--line);
  border-radius:14px;
}
.about-points strong{
  display:block;
  color:#fff;
  font-size:18px;
  margin-bottom:7px;
}
.about-strengths{
  display:flex;
  flex-direction:column;
  height:100%;
  gap:14px;
}
.about-trust-bar{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:10px;
}
.about-trust-bar>div{
  min-width:0;
  padding:16px 13px;
  background:linear-gradient(135deg,#eef5ff,#f4fbfb);
  border:1px solid var(--line);
  border-radius:14px;
  box-shadow:0 10px 24px rgba(31,67,112,.06);
}
.about-trust-bar strong{
  display:block;
  margin-bottom:4px;
  color:var(--ink);
  font-size:22px;
}
.about-trust-bar span{
  display:block;
  color:var(--muted);
  font-size:12px;
  line-height:1.45;
}
.about-points i{
  position:absolute;
  top:20px;
  left:17px;
  color:var(--brand);
  font-size:11px;
  font-style:normal;
  font-weight:800;
  letter-spacing:.08em;
}
.about-points i:after{
  content:"";
  position:absolute;
  left:0;
  bottom:-7px;
  width:22px;
  height:2px;
  background:linear-gradient(90deg,var(--brand),var(--teal));
}
.consult-strip{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:28px;
  padding:34px;
  background:
    radial-gradient(circle at 78% 40%,rgba(55,213,255,.22),transparent 32%),
    linear-gradient(135deg,rgba(47,124,255,.26),rgba(13,23,38,.95));
  border:1px solid var(--line-strong);
  border-radius:12px;
}
.consult-strip h2{
  color:#fff;
  font-size:30px;
  line-height:1.35;
}
.consult-strip p{
  margin-top:8px;
  color:#b9c8da;
}

@media (max-width:1060px){
  .hero-grid,.about-band{grid-template-columns:1fr}
  .matrix-console{min-height:0}
  .matrix-radar{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:12px;
  }
  .radar-card{
    min-height:112px;
    padding:17px 16px;
  }
  .radar-card:nth-child(2n){transform:none}
  .radar-card span{line-height:1.6}
  .product-grid,.case-grid,.news-home-grid{grid-template-columns:repeat(2,1fr)}
  .capability-grid{grid-template-columns:1fr}
}
@media (max-width:720px){
  .home-hero{min-height:0;padding:84px 0 56px}
  .hero-copy h1{font-size:38px}
  .hero-copy p{font-size:16px}
  .hero-metrics,.matrix-tabs,.product-grid,.case-grid,.news-home-grid,.about-points{grid-template-columns:1fr}
  .radar-card:nth-child(2n){transform:none}
  .matrix-radar{grid-template-columns:1fr}
  .consult-strip{display:block}
  .consult-strip .btn-row{margin-top:22px}
}

/* Silver-white homepage */
.home-hero{
  min-height:720px;
  background:
    linear-gradient(90deg,rgba(249,252,255,.98) 0%,rgba(249,252,255,.92) 40%,rgba(249,252,255,.24) 73%,rgba(249,252,255,.08) 100%),
    url("../images/redesign/hero-home-matrix.png") center/cover no-repeat;
}
.home-hero:before{
  background:
    radial-gradient(circle at 15% 28%,rgba(36,104,232,.1),transparent 30%),
    linear-gradient(180deg,transparent 66%,rgba(238,244,249,.86));
}
.hero-copy h1{color:var(--ink)}
.hero-copy p{color:#52677f}
.hero-metrics li{
  background:rgba(255,255,255,.82);
  border-color:rgba(193,209,225,.82);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.95),0 14px 32px rgba(31,67,112,.08);
}
.hero-metrics strong{color:var(--ink)}
.hero-metrics span{color:var(--muted)}
.matrix-console{
  min-height:0;
  padding:24px;
  background:linear-gradient(180deg,rgba(255,255,255,.94),rgba(246,250,254,.86));
  border-color:rgba(193,209,225,.96);
  border-radius:24px;
  box-shadow:0 30px 80px rgba(31,67,112,.18);
  backdrop-filter:blur(22px);
}
.console-view-tabs{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  margin-bottom:20px;
  padding:5px;
  background:#edf3f9;
  border:1px solid var(--line);
  border-radius:15px;
}
.console-view-tabs button{
  position:relative;
  display:grid;
  grid-template-columns:32px 1fr;
  grid-template-rows:auto auto;
  column-gap:10px;
  min-height:64px;
  padding:10px 14px;
  color:var(--ink-2);
  text-align:left;
  background:transparent;
  border:0;
  border-radius:11px;
  cursor:pointer;
}
.console-view-tabs button > span{
  grid-row:1 / 3;
  align-self:center;
  color:#7f94aa;
  font-size:11px;
  font-weight:800;
}
.console-view-tabs button > strong{
  align-self:end;
  font-size:16px;
}
.console-view-tabs button > small{
  align-self:start;
  color:var(--muted);
  font-size:11px;
}
.console-view-tabs button.is-active{
  color:#fff;
  background:linear-gradient(135deg,var(--brand),#318fe5);
  box-shadow:0 10px 22px rgba(36,104,232,.22);
}
.console-view-tabs button.is-active > span,
.console-view-tabs button.is-active > small{
  color:rgba(255,255,255,.78);
}
.console-view{display:none}
.console-view.is-active{display:block}
.console-top{color:#6b7e94}
.console-top{
  align-items:flex-start;
  gap:18px;
}
.console-top strong{
  color:var(--ink);
  font-size:12px;
  font-weight:700;
  letter-spacing:.04em;
  text-align:right;
}
.console-dots button:before{background:#b7c9dc}
.solution-tabs{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:7px;
  margin:14px 0 10px;
}
.solution-tabs button{
  min-height:44px;
  padding:7px 8px;
  color:var(--ink-2);
  font-size:12px;
  line-height:1.35;
  background:#fff;
  border:1px solid var(--line);
  border-radius:10px;
  cursor:pointer;
  transition:color .2s ease,background .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.solution-tabs button:hover,
.solution-tabs button.is-active{
  color:#fff;
  background:linear-gradient(135deg,var(--brand),#318fe5);
  border-color:transparent;
  box-shadow:0 10px 22px rgba(36,104,232,.2);
}
.solution-stage{
  position:relative;
  min-height:260px;
  margin-bottom:18px;
}
.solution-panel{
  display:none;
  min-height:260px;
  overflow:hidden;
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  box-shadow:0 14px 32px rgba(31,67,112,.09);
}
.solution-panel.is-active{
  display:grid;
  grid-template-columns:44% 56%;
}
.solution-panel img{
  width:100%;
  height:100%;
  min-height:260px;
  object-fit:cover;
}
.solution-panel-copy{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  padding:24px;
}
.solution-badge{
  display:inline-flex;
  margin-bottom:10px;
  padding:5px 9px;
  color:var(--brand);
  font-size:11px;
  font-weight:800;
  letter-spacing:.06em;
  background:#edf4ff;
  border:1px solid rgba(117,169,235,.45);
  border-radius:999px;
}
.solution-panel h2{
  color:var(--ink);
  font-size:21px;
  line-height:1.35;
}
.solution-panel p{
  margin-top:10px;
  color:var(--muted);
  font-size:13px;
  line-height:1.7;
}
.solution-panel a{
  display:inline-flex;
  margin-top:14px;
  color:var(--brand);
  font-size:13px;
  font-weight:800;
}
.solution-actions{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:14px;
  margin-top:14px;
}
.solution-actions a{margin-top:0}
.solution-actions button{
  padding:9px 14px;
  color:#fff;
  font-size:13px;
  font-weight:800;
  background:linear-gradient(135deg,var(--brand),#318fe5);
  border:0;
  border-radius:9px;
  cursor:pointer;
}
.offer-note{
  margin-top:10px;
  color:#8293a6;
  font-size:11px;
  line-height:1.5;
}
.software-foundation{
  padding-top:0;
}
.foundation-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-bottom:10px;
}
.foundation-head span{
  color:#778ba2;
  font-size:10px;
  letter-spacing:.12em;
}
.foundation-head strong{
  color:var(--ink);
  font-size:15px;
}
.matrix-visual{
  position:relative;
  height:218px;
  margin-bottom:18px;
  overflow:hidden;
  border:1px solid rgba(196,210,226,.9);
  border-radius:18px;
  background:#eef4fa;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.92);
}
.matrix-visual img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:0;
  transform:scale(1.025);
  transition:opacity .55s ease,transform .8s ease;
}
.matrix-visual img.is-active{
  z-index:1;
  opacity:1;
  transform:scale(1);
}
@media (prefers-reduced-motion:reduce){
  .matrix-visual img,.console-dots button{transition:none}
}
.matrix-radar{
  gap:16px;
}
.radar-card{
  position:relative;
  min-height:98px;
  padding:20px 20px 20px 54px;
  overflow:hidden;
  background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(242,247,252,.92));
  border:1px solid rgba(194,210,227,.95);
  border-radius:18px;
  box-shadow:0 14px 32px rgba(31,67,112,.08);
  transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease,background .28s ease;
}
.radar-card:before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:4px;
  background:linear-gradient(180deg,var(--brand),var(--teal));
}
.radar-card:hover{
  transform:translateY(-6px);
  border-color:rgba(78,143,241,.42);
  box-shadow:0 20px 44px rgba(36,104,232,.14);
}
.radar-card:nth-child(2n):hover{
  transform:translateY(16px);
}
.radar-card:nth-child(1)::after{content:"01";}
.radar-card:nth-child(2)::after{content:"02";}
.radar-card:nth-child(3)::after{content:"03";}
.radar-card:nth-child(4)::after{content:"04";}
.radar-card:nth-child(5)::after{content:"05";}
.radar-card:nth-child(6)::after{content:"06";}
.radar-card:nth-child(1)::after,
.radar-card:nth-child(2)::after,
.radar-card:nth-child(3)::after,
.radar-card:nth-child(4)::after,
.radar-card:nth-child(5)::after,
.radar-card:nth-child(6)::after{
  position:absolute;
  top:16px;
  left:16px;
  inset:auto;
  width:28px;
  height:28px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--brand);
  font-size:11px;
  font-weight:700;
  letter-spacing:.12em;
  background:rgba(236,244,255,.98);
  border:1px solid rgba(155,192,238,.72);
  border-radius:999px;
  box-shadow:0 6px 14px rgba(31,67,112,.08);
}
.radar-card:nth-child(2n){
  transform:translateY(22px);
}
.radar-card b{color:var(--ink)}
.radar-card b{
  position:relative;
  z-index:1;
  margin-bottom:10px;
  font-size:18px;
  letter-spacing:.01em;
}
.radar-card span{
  position:relative;
  z-index:1;
  color:#5d738b;
  line-height:1.75;
}
.matrix-radar{
  grid-auto-rows:1fr;
  gap:12px;
}
.radar-card,
.radar-card:nth-child(2n){
  min-height:122px;
  padding:20px 46px 18px 18px;
  transform:none;
  justify-content:flex-start;
}
.radar-card:nth-child(1)::after,
.radar-card:nth-child(2)::after,
.radar-card:nth-child(3)::after,
.radar-card:nth-child(4)::after,
.radar-card:nth-child(5)::after,
.radar-card:nth-child(6)::after{
  top:14px;
  right:14px;
  left:auto;
}
.radar-card:hover,
.radar-card:nth-child(2n):hover{
  transform:translateY(-4px);
}
.matrix-tabs button{
  color:var(--ink-2);
  background:#fff;
  border-color:var(--line);
}
.matrix-tabs button.is-active,
.matrix-tabs button:hover{
  color:var(--brand);
  background:#edf4ff;
  border-color:var(--line-strong);
  box-shadow:0 9px 22px rgba(36,104,232,.08);
}
.product-card{
  background:#fff;
  border-color:var(--line);
  box-shadow:0 16px 38px rgba(31,67,112,.08);
}
.product-card:hover{
  border-color:var(--line-strong);
  box-shadow:0 22px 48px rgba(31,101,174,.14);
}
.product-card i,.capability-card i{
  color:#fff;
  background:linear-gradient(135deg,var(--brand),var(--teal));
}
.product-card h3,.capability-card h3{color:var(--ink)}
.product-card p,.capability-card p{color:var(--muted)}
.product-card a{color:var(--brand)}
.console-tabs{
  gap:8px;
  margin:0 0 12px;
}
.console-tabs button{
  min-height:38px;
  padding:0 8px;
  border-radius:10px;
  font-size:13px;
}
.console-products{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}
.console-products .product-card{
  position:relative;
  min-height:138px;
  padding:17px 16px 15px 54px;
  border-radius:14px;
  box-shadow:0 10px 24px rgba(31,67,112,.07);
}
.console-products .product-card:hover{
  transform:translateY(-3px);
}
.console-products .product-card i{
  position:absolute;
  top:16px;
  left:14px;
  width:30px;
  height:30px;
  margin:0;
  border-radius:8px;
  font-size:12px;
}
.console-products .product-card h3{
  margin:0 0 7px;
  font-size:16px;
  line-height:1.35;
}
.console-products .product-card p{
  font-size:13px;
  line-height:1.55;
}
.console-products .product-card a{
  margin-top:8px;
  font-size:13px;
}
.capability-layout{
  display:grid;
  grid-template-columns:1.04fr .96fr;
  gap:24px;
  align-items:stretch;
}
.capability-visual{
  position:relative;
  min-height:520px;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:18px;
  box-shadow:var(--shadow);
}
.capability-visual img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.capability-visual:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 42%,rgba(8,28,52,.88) 100%);
  pointer-events:none;
}
.capability-visual-caption{
  position:absolute;
  z-index:2;
  left:28px;
  right:28px;
  bottom:28px;
  color:#fff;
}
.capability-visual-caption span{
  display:block;
  margin-bottom:8px;
  color:#83dff0;
  font-size:12px;
  font-weight:700;
  letter-spacing:.14em;
}
.capability-visual-caption strong{
  font-size:24px;
  line-height:1.4;
}
.platform-shifts{
  display:grid;
  grid-template-columns:1fr;
  gap:14px;
}
.platform-shift{
  position:relative;
  display:grid;
  grid-template-columns:46px 1fr;
  gap:15px;
  padding:18px 20px 16px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:16px;
  box-shadow:0 13px 30px rgba(31,67,112,.07);
}
.platform-shift-index{
  display:flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  color:#fff;
  background:linear-gradient(135deg,var(--brand),var(--teal));
  border-radius:12px;
  font-size:12px;
  font-weight:800;
}
.platform-shift-copy small{
  display:block;
  margin-bottom:6px;
  color:var(--brand);
  font-size:11px;
  font-weight:700;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.platform-shift h3{
  margin-bottom:6px;
  color:var(--ink);
  font-size:18px;
  line-height:1.45;
}
.platform-shift p{
  color:var(--muted);
  line-height:1.55;
}
.platform-shift-result{
  grid-column:2;
  display:flex;
  align-items:center;
  margin-top:0;
  padding-top:9px;
  border-top:1px solid #e3ebf4;
}
.platform-shift-result strong{
  color:#263f5e;
  font-size:12px;
}
.case-card,.news-card{
  background:#fff;
  border-color:var(--line);
  box-shadow:0 14px 34px rgba(31,67,112,.07);
}
.case-card:hover,.news-card:hover{
  border-color:var(--line-strong);
  box-shadow:0 19px 42px rgba(31,101,174,.13);
}
.case-card img,.news-card img{
  filter:saturate(.82) contrast(.96);
}
.case-card h3,.news-card h3{color:var(--ink)}
.news-card p{color:var(--muted)}
.about-panel{
  padding:0 0 34px;
  overflow:hidden;
  background:#fff;
  border-color:var(--line);
  border-radius:18px;
  box-shadow:var(--shadow);
}
.about-panel{height:100%}
.about-visual-wrap{
  position:relative;
  overflow:hidden;
}
.about-visual{
  width:100%;
  height:220px;
  margin:0;
  object-fit:cover;
  object-position:center;
  transition:transform .6s ease;
}
.about-panel:hover .about-visual{
  transform:scale(1.025);
}
.about-visual-wrap:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 70%,rgba(10,35,63,.28));
  pointer-events:none;
}
.about-panel-body{
  padding:24px 30px 0;
}
.about-panel-body h2{
  margin:11px 0 12px;
  color:var(--ink);
  font-size:23px;
  line-height:1.42;
}
.about-panel p{color:var(--ink-2)}
.about-panel-body p{
  font-size:15px;
  line-height:1.78;
}
.about-business{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:18px;
}
.about-business span{
  padding:7px 11px;
  color:#315a86;
  background:#eef5ff;
  border:1px solid #d3e3f5;
  border-radius:999px;
  font-size:12px;
}
.about-panel-body .btn-row{
  align-items:center;
  margin-top:18px;
}
.about-text-link{
  color:var(--brand);
  font-size:13px;
  font-weight:700;
}
.about-points li{
  background:#fff;
  border-color:var(--line);
  box-shadow:0 12px 28px rgba(31,67,112,.06);
}
.about-points strong{color:var(--ink)}
.about-points span{color:var(--muted)}
.consult-strip{
  background:
    radial-gradient(circle at 78% 40%,rgba(22,168,153,.12),transparent 32%),
    linear-gradient(135deg,#eaf3ff,#f7fbfd);
  border-color:var(--line-strong);
  box-shadow:0 18px 42px rgba(31,67,112,.09);
}
.consult-strip h2{color:var(--ink)}
.consult-strip p{color:var(--muted)}

body.trial-modal-open{overflow:hidden}
.trial-modal{
  position:fixed;
  inset:0;
  z-index:1200;
  display:none;
  align-items:center;
  justify-content:center;
  padding:24px;
}
.trial-modal.is-open{display:flex}
.trial-modal-backdrop{
  position:absolute;
  inset:0;
  background:rgba(10,31,57,.62);
  backdrop-filter:blur(7px);
}
.trial-dialog{
  position:relative;
  z-index:1;
  width:min(720px,100%);
  max-height:calc(100vh - 48px);
  overflow:auto;
  padding:34px;
  background:#fff;
  border:1px solid rgba(190,207,226,.9);
  border-radius:22px;
  box-shadow:0 32px 90px rgba(15,46,82,.32);
}
.trial-close{
  position:absolute;
  top:16px;
  right:18px;
  width:36px;
  height:36px;
  color:#60758c;
  font-size:26px;
  line-height:1;
  background:#edf3f9;
  border:0;
  border-radius:50%;
  cursor:pointer;
}
.trial-dialog-head{padding-right:38px}
.trial-dialog-head h2{
  margin-top:8px;
  color:var(--ink);
  font-size:28px;
}
.trial-dialog-head p{
  margin-top:8px;
  color:var(--muted);
}
.trial-form{margin-top:24px}
.trial-form-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}
.trial-form label>span{
  display:block;
  margin-bottom:7px;
  color:var(--ink-2);
  font-size:13px;
  font-weight:700;
}
.trial-form input:not([type="checkbox"]),
.trial-form textarea{
  width:100%;
  padding:11px 12px;
  color:var(--ink);
  font:inherit;
  background:#f8fbfe;
  border:1px solid var(--line);
  border-radius:9px;
  outline:0;
  transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;
}
.trial-form input:focus,
.trial-form textarea:focus{
  background:#fff;
  border-color:#72a9eb;
  box-shadow:0 0 0 3px rgba(36,104,232,.1);
}
.trial-form-wide{grid-column:1/-1}
.trial-form textarea{resize:vertical}
.trial-consent{
  display:flex;
  align-items:flex-start;
  gap:9px;
  margin-top:16px;
  color:var(--muted);
  font-size:12px;
  line-height:1.55;
}
.trial-consent input{margin-top:3px}
.trial-consent span{margin:0!important;color:inherit!important;font-weight:400!important}
.trial-honeypot{
  position:absolute!important;
  left:-9999px!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important;
}
.trial-form-message{
  min-height:20px;
  margin-top:12px;
  color:#c33c3c;
  font-size:13px;
}
.trial-form-message.is-success{color:#16846f}
.trial-form-actions{
  display:flex;
  gap:12px;
  margin-top:8px;
}
.trial-form-actions button{border:0;cursor:pointer}
.trial-form-actions button[disabled]{opacity:.65;cursor:wait}

@media (max-width:1060px){
  .capability-layout{grid-template-columns:1fr}
  .capability-visual{min-height:440px}
  .platform-shifts{grid-template-columns:repeat(3,minmax(0,1fr))}
  .platform-shift{grid-template-columns:1fr;padding:20px}
  .platform-shift-result{grid-column:1}
}
@media (max-width:720px){
  .home-hero{
    background:
      linear-gradient(180deg,rgba(249,252,255,.97),rgba(249,252,255,.88) 58%,rgba(249,252,255,.7)),
      url("../images/redesign/hero-home-matrix.png") 66% center/cover no-repeat;
  }
  .hero-grid{display:block}
  .matrix-console{
    display:block;
    margin-top:34px;
    padding:16px;
    border-radius:18px;
  }
  .console-view-tabs button{
    grid-template-columns:26px 1fr;
    min-height:58px;
    padding:9px 10px;
  }
  .console-view-tabs button > strong{font-size:14px}
  .console-top strong{display:none}
  .solution-tabs{
    grid-template-columns:1fr;
  }
  .solution-panel.is-active{
    display:block;
  }
  .solution-panel img{
    height:168px;
    min-height:168px;
  }
  .solution-panel-copy{padding:20px}
  .solution-stage{min-height:0;margin-bottom:0}
  .software-foundation{display:block}
  .hero-metrics{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:8px;
  }
  .hero-metrics li{
    min-height:82px;
    padding:13px 10px;
  }
  .hero-metrics strong{font-size:20px}
  .hero-metrics span{font-size:12px;line-height:1.45}
  .matrix-visual{height:180px}
  .capability-visual{min-height:390px}
  .platform-shifts{grid-template-columns:1fr}
  .capability-visual-caption{left:20px;right:20px;bottom:24px}
  .capability-visual-caption strong{font-size:20px}
  .about-visual{object-position:72% center}
  .about-panel-body{padding:24px 22px 0}
  .about-panel-body h2{font-size:22px}
  .about-trust-bar{grid-template-columns:1fr}
  .about-points{
    grid-template-columns:1fr;
    grid-template-rows:none;
  }
  .about-points li{min-height:0}
  .trial-modal{align-items:flex-end;padding:0}
  .trial-dialog{
    width:100%;
    max-height:92vh;
    padding:28px 20px 24px;
    border-radius:22px 22px 0 0;
  }
  .trial-dialog-head h2{font-size:23px}
  .trial-form-grid{grid-template-columns:1fr;gap:13px}
  .trial-form-wide{grid-column:auto}
  .trial-form-actions{display:grid;grid-template-columns:1fr}
}

@media (min-width:721px) and (max-width:1060px){
  .matrix-console{
    width:min(100%,960px);
    margin-inline:auto;
    padding:18px;
  }
  .matrix-visual{
    height:190px;
    margin-bottom:14px;
  }
  .matrix-radar{
    grid-template-columns:repeat(3,minmax(0,1fr));
    grid-auto-rows:1fr;
    gap:12px;
  }
  .radar-card,
  .radar-card:nth-child(2n){
    min-height:126px;
    padding:20px 46px 18px 18px;
    transform:none;
    justify-content:flex-start;
  }
  .radar-card:nth-child(1)::after,
  .radar-card:nth-child(2)::after,
  .radar-card:nth-child(3)::after,
  .radar-card:nth-child(4)::after,
  .radar-card:nth-child(5)::after,
  .radar-card:nth-child(6)::after{
    top:14px;
    right:14px;
    left:auto;
  }
  .radar-card:hover,
  .radar-card:nth-child(2n):hover{
    transform:translateY(-4px);
  }
  .radar-card b{
    margin-bottom:8px;
    font-size:17px;
  }
  .radar-card span{
    line-height:1.65;
  }
  .console-products{
    grid-template-columns:repeat(4,minmax(0,1fr));
  }
  .console-products .product-card{
    min-height:152px;
  }
}

/* Homepage news: one editorial lead with three concise updates. */
.news-home-section{
  position:relative;
  overflow:hidden;
  padding-bottom:0;
}
.news-home-section:before{
  content:"";
  position:absolute;
  top:80px;
  right:-110px;
  width:360px;
  height:360px;
  background:radial-gradient(circle,rgba(24,151,190,.1),transparent 68%);
  pointer-events:none;
}
.news-home-head{
  align-items:flex-end;
  margin-bottom:28px;
}
.news-home-head h2{
  margin-bottom:8px;
}
.news-home-head p{
  color:var(--muted);
  font-size:15px;
  line-height:1.7;
}
.news-home-grid{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);
  grid-template-rows:repeat(3,minmax(0,1fr));
  gap:16px;
  height:560px;
}
.news-home-grid .news-card{
  display:grid;
  grid-template-columns:70px minmax(0,1fr);
  min-width:0;
  height:100%;
  border-radius:16px;
  transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease;
}
.news-home-grid .news-card.is-featured{
  grid-row:1 / 4;
  display:flex;
  flex-direction:column;
}
.news-card-media{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  min-width:0;
  overflow:hidden;
  padding:10px;
  background:linear-gradient(145deg,#edf4fb,#e3edf7);
}
.news-home-grid .news-card img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  filter:saturate(.9) contrast(.98);
  transition:transform .5s ease;
}
.news-home-grid .news-card:hover img{
  transform:scale(1.012);
}
.news-home-grid .news-card.is-featured .news-card-media{
  height:332px;
  padding:0;
  background:#edf3f9;
}
.news-home-grid .news-card.is-featured img{
  width:100%;
  height:auto;
  max-height:100%;
}
.news-card-rank{
  display:flex;
  align-items:center;
  justify-content:center;
  margin:24px 0;
  color:#5b86b2;
  border-right:1px solid #d8e5f2;
  font-size:14px;
  font-weight:800;
  letter-spacing:.12em;
}
.news-card-body{
  display:flex;
  flex-direction:column;
  min-width:0;
  padding:18px 20px;
}
.news-card.is-featured .news-card-body{
  flex:1;
  padding:22px 24px 24px;
}
.news-home-grid .news-card:not(.is-featured) .news-card-body{
  justify-content:center;
  min-height:0;
  padding:20px 26px;
}
.news-card-kicker{
  margin-bottom:8px;
  color:var(--brand);
  font-size:11px;
  font-weight:800;
  letter-spacing:.12em;
}
.news-home-grid .news-card h3{
  display:-webkit-box;
  min-height:0;
  margin:0;
  padding:0;
  overflow:hidden;
  color:var(--ink);
  font-size:17px;
  line-height:1.5;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}
.news-home-grid .news-card.is-featured h3{
  font-size:22px;
  line-height:1.45;
  -webkit-line-clamp:3;
}
.news-home-grid .news-card p{
  display:-webkit-box;
  margin:8px 0 0;
  padding:0;
  overflow:hidden;
  color:var(--muted);
  font-size:14px;
  line-height:1.72;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}
.news-home-grid .news-card:not(.is-featured) p{
  margin-top:10px;
  line-height:1.65;
  -webkit-line-clamp:2;
}
.news-home-grid .news-card.is-featured p{
  margin-top:12px;
  -webkit-line-clamp:3;
}
.news-card-link{
  margin-top:auto;
  padding-top:12px;
  color:var(--brand);
  font-size:13px;
  font-weight:800;
}
@media (max-width:1060px){
  .news-home-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    grid-template-rows:none;
    height:auto;
  }
  .news-home-grid .news-card,
  .news-home-grid .news-card.is-featured{
    grid-row:auto;
    display:flex;
    flex-direction:column;
    height:auto;
  }
  .news-home-grid .news-card:not(.is-featured){
    display:grid;
    grid-template-columns:64px minmax(0,1fr);
  }
  .news-home-grid .news-card .news-card-media,
  .news-home-grid .news-card.is-featured .news-card-media{
    height:210px;
    padding:8px;
    border-radius:15px 15px 0 0;
  }
  .news-home-grid .news-card-body,
  .news-home-grid .news-card.is-featured .news-card-body{
    min-height:218px;
    padding:20px;
  }
  .news-home-grid .news-card:not(.is-featured) .news-card-body{
    min-height:218px;
  }
  .news-home-grid .news-card.is-featured h3{
    font-size:19px;
    -webkit-line-clamp:2;
  }
}

@media (max-width:720px){
  .news-home-head{
    align-items:flex-start;
    gap:18px;
  }
  .news-home-head .btn-ghost{
    flex:none;
  }
  .news-home-grid{
    grid-template-columns:1fr;
    gap:14px;
  }
  .news-home-grid .news-card,
  .news-home-grid .news-card.is-featured{
    display:grid;
    grid-template-columns:128px minmax(0,1fr);
  }
  .news-home-grid .news-card:not(.is-featured){
    grid-template-columns:46px minmax(0,1fr);
  }
  .news-home-grid .news-card .news-card-media,
  .news-home-grid .news-card.is-featured .news-card-media{
    height:auto;
    min-height:176px;
    padding:7px;
    border-radius:15px 0 0 15px;
  }
  .news-home-grid .news-card-body,
  .news-home-grid .news-card.is-featured .news-card-body{
    min-height:176px;
    padding:16px;
  }
  .news-home-grid .news-card:not(.is-featured) .news-card-body{
    min-height:176px;
    padding:16px;
  }
  .news-card-rank{
    margin:16px 0;
    font-size:11px;
  }
  .news-home-grid .news-card h3,
  .news-home-grid .news-card.is-featured h3{
    font-size:16px;
    -webkit-line-clamp:2;
  }
  .news-home-grid .news-card p,
  .news-home-grid .news-card.is-featured p{
    margin-top:7px;
    font-size:13px;
    -webkit-line-clamp:2;
  }
  .news-card-link{
    padding-top:8px;
  }
}
