/* MEGAMIST Ecosystem — professional shared component v2 — 2026-06-25 */
.megamist-ecosystem{
  position:relative;
  padding:clamp(54px,7vw,92px) 0;
  background:
    radial-gradient(circle at 8% 12%,rgba(19,137,165,.09),transparent 28%),
    radial-gradient(circle at 94% 88%,rgba(123,191,53,.10),transparent 24%),
    linear-gradient(180deg,#f8fcfd 0%,#eef8fa 100%);
  overflow:hidden;
}
.megamist-ecosystem::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.45;
  background-image:linear-gradient(rgba(16,47,58,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(16,47,58,.035) 1px,transparent 1px);
  background-size:42px 42px;
  -webkit-mask-image:linear-gradient(to bottom,transparent,#000 18%,#000 82%,transparent);
  mask-image:linear-gradient(to bottom,transparent,#000 18%,#000 82%,transparent);
}
.megamist-ecosystem .container{position:relative;z-index:1}
.megamist-ecosystem .ecosystem-panel{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1.45fr) minmax(330px,.72fr);
  gap:clamp(24px,3vw,42px);
  align-items:stretch;
  width:100%;
  padding:clamp(24px,3.5vw,48px);
  border:1px solid rgba(19,137,165,.18);
  border-radius:34px;
  background:rgba(255,255,255,.90);
  box-shadow:0 30px 80px rgba(15,61,76,.13),inset 0 1px 0 rgba(255,255,255,.95);
  overflow:hidden;
  isolation:isolate;
}
.megamist-ecosystem .ecosystem-panel::before{
  content:"";
  position:absolute;
  z-index:-1;
  width:430px;
  height:430px;
  right:20%;
  top:-310px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(19,137,165,.18),rgba(19,137,165,0) 70%);
  pointer-events:none;
}
.megamist-ecosystem .ecosystem-content{
  min-width:0;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:4px 2px;
}
.megamist-ecosystem .ecosystem-meta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  flex-wrap:wrap;
  margin-bottom:16px;
}
.megamist-ecosystem .ecosystem-kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin:0;
  color:#0b7088;
  font-size:.78rem;
  font-weight:900;
  line-height:1;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.megamist-ecosystem .ecosystem-kicker::before{
  content:"";
  width:31px;
  height:4px;
  flex:0 0 auto;
  border-radius:99px;
  background:linear-gradient(90deg,#1389a5,#7bbf35);
  box-shadow:0 0 0 5px rgba(19,137,165,.07);
}
.megamist-ecosystem .ecosystem-sector{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:5px 10px;
  border:1px solid rgba(19,137,165,.14);
  border-radius:999px;
  background:#f4fafb;
  color:#4e6c76;
  font-size:.69rem;
  font-weight:850;
  letter-spacing:.07em;
  text-transform:uppercase;
}
.megamist-ecosystem .ecosystem-content h2{
  max-width:790px;
  margin:0 0 18px;
  color:#102f3a;
  font-size:clamp(1.9rem,3.5vw,3.15rem);
  line-height:1.08;
  letter-spacing:-.045em;
  text-wrap:balance;
}
.megamist-ecosystem .ecosystem-lead{
  max-width:820px;
  margin:0;
  color:#4f6873;
  font-size:clamp(.98rem,1.4vw,1.08rem);
  line-height:1.78;
}
.megamist-ecosystem .ecosystem-topics{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin:26px 0 0;
}
.megamist-ecosystem .ecosystem-topic{
  position:relative;
  display:grid;
  grid-template-columns:36px minmax(0,1fr);
  column-gap:11px;
  align-items:center;
  min-width:0;
  min-height:76px;
  padding:13px 14px;
  border:1px solid rgba(19,137,165,.14);
  border-radius:18px;
  background:linear-gradient(145deg,#fff,#f6fbfc);
  box-shadow:0 10px 26px rgba(15,61,76,.055);
}
.megamist-ecosystem .ecosystem-topic-icon{
  grid-row:1 / span 2;
  position:relative;
  display:grid;
  place-items:center;
  width:36px;
  height:36px;
  border-radius:12px;
  background:linear-gradient(145deg,#1389a5,#0f7188);
  box-shadow:0 8px 18px rgba(19,137,165,.22);
}
.megamist-ecosystem .ecosystem-topic-icon::before{
  content:"";
  width:14px;
  height:14px;
  border:2px solid #fff;
  border-radius:50%;
}
.megamist-ecosystem .ecosystem-topic:nth-child(2) .ecosystem-topic-icon{background:linear-gradient(145deg,#7bbf35,#559827)}
.megamist-ecosystem .ecosystem-topic:nth-child(2) .ecosystem-topic-icon::before{border-radius:3px;transform:rotate(45deg)}
.megamist-ecosystem .ecosystem-topic:nth-child(3) .ecosystem-topic-icon{background:linear-gradient(145deg,#163d4a,#0f7088)}
.megamist-ecosystem .ecosystem-topic:nth-child(3) .ecosystem-topic-icon::before{width:15px;height:10px;border-radius:2px;border-top:0}
.megamist-ecosystem .ecosystem-topic strong{
  display:block;
  min-width:0;
  color:#173c48;
  font-size:.9rem;
  line-height:1.25;
}
.megamist-ecosystem .ecosystem-topic small{
  display:block;
  min-width:0;
  margin-top:3px;
  color:#6b8089;
  font-size:.74rem;
  line-height:1.35;
}
.megamist-ecosystem .ecosystem-relationship{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);
  align-items:center;
  gap:13px;
  max-width:none;
  margin:24px 0 0!important;
  padding:15px;
  border:1px solid rgba(19,137,165,.13);
  border-left:0;
  border-radius:18px;
  background:linear-gradient(90deg,rgba(19,137,165,.055),rgba(123,191,53,.055));
  color:inherit!important;
  font-size:inherit!important;
  line-height:normal!important;
}
.megamist-ecosystem .ecosystem-entity{
  min-width:0;
  display:grid;
  gap:4px;
}
.megamist-ecosystem .ecosystem-entity span{
  color:#71858d;
  font-size:.68rem;
  font-weight:850;
  letter-spacing:.07em;
  text-transform:uppercase;
}
.megamist-ecosystem .ecosystem-entity strong{
  overflow-wrap:anywhere;
  color:#123f4c;
  font-size:.9rem;
  line-height:1.25;
}
.megamist-ecosystem .ecosystem-entity--brand{text-align:right}
.megamist-ecosystem .ecosystem-connector{
  display:flex;
  align-items:center;
  gap:7px;
  color:#47717c;
  font-size:.69rem;
  font-weight:900;
  white-space:nowrap;
}
.megamist-ecosystem .ecosystem-connector::before,
.megamist-ecosystem .ecosystem-connector::after{
  content:"";
  width:18px;
  height:1px;
  background:linear-gradient(90deg,rgba(19,137,165,.2),#1389a5);
}
.megamist-ecosystem .ecosystem-connector::after{background:linear-gradient(90deg,#7bbf35,rgba(123,191,53,.2))}
.megamist-ecosystem .ecosystem-brand-card{
  position:relative;
  z-index:1;
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-width:0;
  padding:clamp(24px,3vw,34px);
  border:1px solid rgba(255,255,255,.13);
  border-radius:27px;
  background:
    radial-gradient(circle at 100% 0%,rgba(123,191,53,.28),transparent 35%),
    linear-gradient(145deg,#102f3a 0%,#0d6174 58%,#0e7d93 100%);
  color:#fff;
  box-shadow:0 24px 55px rgba(15,61,76,.25);
  overflow:hidden;
}
.megamist-ecosystem .ecosystem-brand-card::before{
  content:"";
  position:absolute;
  width:190px;
  height:190px;
  right:-90px;
  bottom:-100px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:50%;
  box-shadow:0 0 0 28px rgba(255,255,255,.035),0 0 0 58px rgba(255,255,255,.025);
  pointer-events:none;
}
.megamist-ecosystem .ecosystem-brand-head{
  position:relative;
  display:grid;
  grid-template-columns:54px minmax(0,1fr);
  gap:14px;
  align-items:center;
  margin-bottom:18px;
}
.megamist-ecosystem .ecosystem-brand-mark{
  display:grid;
  place-items:center;
  width:54px;
  height:54px;
  border:1px solid rgba(255,255,255,.25);
  border-radius:17px;
  background:rgba(255,255,255,.12);
  color:#fff;
  font-size:1.5rem;
  font-weight:950;
  letter-spacing:-.08em;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.18);
}
.megamist-ecosystem .ecosystem-brand-heading{min-width:0;display:grid;gap:5px}
.megamist-ecosystem .ecosystem-brand-badge{
  width:max-content;
  max-width:100%;
  margin:0;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  color:#bce987;
  font-size:.67rem;
  font-weight:900;
  line-height:1.25;
  letter-spacing:.09em;
  text-transform:uppercase;
}
.megamist-ecosystem .ecosystem-brand-name{
  display:block;
  color:#fff;
  font-size:clamp(1.75rem,3.5vw,2.55rem);
  font-weight:950;
  line-height:1;
  letter-spacing:-.045em;
}
.megamist-ecosystem .ecosystem-brand-card>p{
  position:relative;
  margin:0 0 21px;
  color:rgba(255,255,255,.79);
  font-size:.94rem;
  line-height:1.65;
}
.megamist-ecosystem .ecosystem-capabilities{
  position:relative;
  display:grid;
  grid-template-columns:1fr;
  gap:9px;
  margin:0 0 22px;
  padding:0;
  list-style:none;
}
.megamist-ecosystem .ecosystem-capabilities li{
  display:grid;
  grid-template-columns:28px minmax(0,1fr);
  gap:10px;
  align-items:center;
  min-width:0;
  padding:9px 10px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:13px;
  background:rgba(255,255,255,.075);
  color:#fff;
}
.megamist-ecosystem .ecosystem-capabilities li::before{
  content:"✓";
  position:static;
  display:grid;
  place-items:center;
  width:28px;
  height:28px;
  border-radius:9px;
  background:rgba(184,236,126,.15);
  color:#c5f293;
  font-weight:950;
}
.megamist-ecosystem .ecosystem-capabilities strong{display:block;color:#fff;font-size:.84rem;line-height:1.2}
.megamist-ecosystem .ecosystem-capabilities small{display:block;margin-top:2px;color:rgba(255,255,255,.62);font-size:.7rem;line-height:1.3}
.megamist-ecosystem .ecosystem-link{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  min-height:54px;
  padding:13px 15px 13px 17px;
  border:1px solid rgba(255,255,255,.72);
  border-radius:16px;
  background:#fff;
  color:#0c6175!important;
  font-size:.88rem;
  font-weight:950;
  line-height:1.3;
  text-decoration:none!important;
  box-shadow:0 14px 30px rgba(0,0,0,.16);
  transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease;
}
.megamist-ecosystem .ecosystem-link-arrow{
  display:grid;
  place-items:center;
  flex:0 0 auto;
  width:32px;
  height:32px;
  border-radius:11px;
  background:#eaf6f8;
  color:#0d7389;
  font-size:1.1rem;
  transition:transform .2s ease;
}
.megamist-ecosystem .ecosystem-link:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 36px rgba(0,0,0,.22);
  background:#fbfefd;
}
.megamist-ecosystem .ecosystem-link:hover .ecosystem-link-arrow{transform:translateX(3px)}
.megamist-ecosystem .ecosystem-trust{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  margin-top:14px;
  color:rgba(255,255,255,.58);
  font-size:.68rem;
  font-weight:750;
  text-align:center;
}
.megamist-ecosystem .ecosystem-trust::before{
  content:"";
  width:7px;
  height:7px;
  border-radius:50%;
  background:#9bd455;
  box-shadow:0 0 0 4px rgba(155,212,85,.13);
}
@media (max-width:1040px){
  .megamist-ecosystem .ecosystem-panel{grid-template-columns:minmax(0,1fr) minmax(300px,.72fr);gap:24px;padding:28px}
  .megamist-ecosystem .ecosystem-topics{grid-template-columns:1fr}
  .megamist-ecosystem .ecosystem-topic{min-height:66px}
  .megamist-ecosystem .ecosystem-relationship{grid-template-columns:1fr;gap:10px}
  .megamist-ecosystem .ecosystem-entity--brand{text-align:left}
  .megamist-ecosystem .ecosystem-connector{justify-content:flex-start}
  .megamist-ecosystem .ecosystem-connector::before{display:none}
}
@media (max-width:820px){
  .megamist-ecosystem{padding:48px 0}
  .megamist-ecosystem .ecosystem-panel{grid-template-columns:1fr;border-radius:27px}
  .megamist-ecosystem .ecosystem-content h2{font-size:clamp(1.75rem,7vw,2.5rem)}
  .megamist-ecosystem .ecosystem-topics{grid-template-columns:repeat(3,minmax(0,1fr))}
  .megamist-ecosystem .ecosystem-relationship{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr)}
  .megamist-ecosystem .ecosystem-entity--brand{text-align:right}
  .megamist-ecosystem .ecosystem-connector{justify-content:center}
  .megamist-ecosystem .ecosystem-connector::before{display:block}
}
@media (max-width:640px){
  .megamist-ecosystem{padding:38px 0}
  .megamist-ecosystem .ecosystem-panel{padding:19px;border-radius:23px}
  .megamist-ecosystem .ecosystem-meta{align-items:flex-start;margin-bottom:13px}
  .megamist-ecosystem .ecosystem-sector{display:none}
  .megamist-ecosystem .ecosystem-kicker{font-size:.7rem;letter-spacing:.1em}
  .megamist-ecosystem .ecosystem-content h2{margin-bottom:14px;letter-spacing:-.035em}
  .megamist-ecosystem .ecosystem-lead{font-size:.93rem;line-height:1.68}
  .megamist-ecosystem .ecosystem-topics{grid-template-columns:1fr;gap:9px;margin-top:20px}
  .megamist-ecosystem .ecosystem-topic{min-height:62px;padding:11px 12px;border-radius:15px}
  .megamist-ecosystem .ecosystem-relationship{grid-template-columns:1fr;gap:8px;margin-top:18px!important;padding:13px}
  .megamist-ecosystem .ecosystem-entity--brand{text-align:left}
  .megamist-ecosystem .ecosystem-connector{justify-content:flex-start;font-size:.64rem}
  .megamist-ecosystem .ecosystem-connector::before{display:none}
  .megamist-ecosystem .ecosystem-brand-card{padding:21px;border-radius:21px}
  .megamist-ecosystem .ecosystem-brand-head{grid-template-columns:46px minmax(0,1fr);gap:11px}
  .megamist-ecosystem .ecosystem-brand-mark{width:46px;height:46px;border-radius:14px;font-size:1.25rem}
  .megamist-ecosystem .ecosystem-brand-name{font-size:1.85rem}
  .megamist-ecosystem .ecosystem-link{font-size:.82rem}
}
@media (prefers-reduced-motion:reduce){
  .megamist-ecosystem .ecosystem-link,.megamist-ecosystem .ecosystem-link-arrow{transition:none}
}
/* Compatibility resets for pages that also contain the legacy ecosystem rules. */
.megamist-ecosystem .ecosystem-topic-icon{
  min-height:0;
  padding:0;
  border:0;
  color:inherit;
  font-size:inherit;
  font-weight:inherit;
}
.megamist-ecosystem .ecosystem-topic-copy{
  display:block;
  min-height:0;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  color:inherit;
  font-size:inherit;
  font-weight:inherit;
  box-shadow:none;
}
.megamist-ecosystem .ecosystem-brand-card::after{
  content:"";
  position:absolute;
  inset:1px;
  border:1px solid rgba(255,255,255,.075);
  border-radius:26px;
  pointer-events:none;
}
@media (max-width:640px){
  .megamist-ecosystem .ecosystem-brand-card::after{border-radius:20px}
}
