/* WebPion V4.7.6 - ecosystem surfaces */
:root{
  --wp476-eco-bg:linear-gradient(145deg,rgba(8,17,34,.96),rgba(13,20,44,.94) 58%,rgba(35,18,64,.92));
  --wp476-eco-card:rgba(13,23,44,.84);
  --wp476-eco-card-strong:#0f1c32;
  --wp476-eco-text:#f7f9ff;
  --wp476-eco-muted:#b8c5da;
  --wp476-eco-border:rgba(113,151,224,.28);
  --wp476-eco-shadow:0 20px 70px rgba(0,0,0,.24);
  --wp476-eco-accent:linear-gradient(110deg,#22b8ff,#6b67ff 52%,#db55df);
}
[data-theme="light"]{
  --wp476-eco-bg:linear-gradient(145deg,rgba(255,255,255,.94),rgba(242,248,255,.96) 58%,rgba(252,244,255,.95));
  --wp476-eco-card:rgba(255,255,255,.82);
  --wp476-eco-card-strong:#ffffff;
  --wp476-eco-text:#0d1830;
  --wp476-eco-muted:#52617a;
  --wp476-eco-border:rgba(65,103,166,.18);
  --wp476-eco-shadow:0 18px 58px rgba(36,61,105,.13);
}
.wp476-ecosystem{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  margin-block:clamp(1.25rem,3vw,2.5rem);
  padding:clamp(1rem,2.6vw,1.7rem);
  border:1px solid var(--wp476-eco-border);
  border-radius:clamp(1rem,2vw,1.45rem);
  background:var(--wp476-eco-bg);
  color:var(--wp476-eco-text);
  box-shadow:var(--wp476-eco-shadow);
}
.wp476-ecosystem::before,
.wp476-ecosystem::after{
  content:"";
  position:absolute;
  z-index:-1;
  width:19rem;
  height:19rem;
  border-radius:50%;
  filter:blur(54px);
  opacity:.17;
  pointer-events:none;
}
.wp476-ecosystem::before{left:-7rem;top:-9rem;background:#20b7ff}
.wp476-ecosystem::after{right:-6rem;bottom:-10rem;background:#bb4fff}
.wp476-ecosystem-head{max-width:62rem;margin-bottom:1.05rem}
.wp476-ecosystem-eyebrow{display:inline-flex;align-items:center;gap:.45rem;padding:.35rem .55rem;border:1px solid var(--wp476-eco-border);border-radius:999px;font-size:.78rem;font-weight:800;letter-spacing:.02em;background:color-mix(in srgb,var(--wp476-eco-card-strong) 75%,transparent)}
.wp476-ecosystem-eyebrow img{width:1.45rem;height:1.2rem;object-fit:contain}
.wp476-ecosystem-head h2{margin:.65rem 0 .35rem;font-size:clamp(1.35rem,2.4vw,2.05rem);line-height:1.08;color:var(--wp476-eco-text)}
.wp476-ecosystem-head p{margin:0;max-width:52rem;color:var(--wp476-eco-muted);line-height:1.62}
.wp476-ecosystem-host{
  position:relative;
  display:grid;
  grid-template-columns:auto minmax(0,1fr) minmax(7rem,13rem);
  gap:1rem;
  align-items:center;
  margin:1rem 0;
  padding:clamp(1rem,2vw,1.35rem);
  border:1px solid color-mix(in srgb,#7568ff 45%,var(--wp476-eco-border));
  border-radius:1.15rem;
  background:linear-gradient(135deg,color-mix(in srgb,var(--wp476-eco-card) 88%,#158fff 12%),color-mix(in srgb,var(--wp476-eco-card) 88%,#bb4fff 12%));
}
.wp476-ecosystem-host-logo{display:grid;place-items:center;width:5.7rem;height:5.2rem;border-radius:1rem;background:rgba(255,255,255,.06)}
.wp476-ecosystem-host-logo img{display:block;width:4.6rem;height:auto;max-height:4.4rem;object-fit:contain}
.wp476-ecosystem-host-copy>span{display:inline-block;margin-bottom:.25rem;color:#79c9ff;font-size:.78rem;font-weight:800}
[data-theme="light"] .wp476-ecosystem-host-copy>span{color:#356cb8}
.wp476-ecosystem-host h3{margin:0 0 .35rem;font-size:clamp(1.2rem,2vw,1.65rem);color:var(--wp476-eco-text)}
.wp476-ecosystem-host h3 small{font-size:.68em;padding:.18rem .42rem;border-radius:999px;background:linear-gradient(110deg,#278fff,#7a61ff,#d85adb);color:#fff}
.wp476-ecosystem-host p{margin:0;color:var(--wp476-eco-muted);line-height:1.5}
.wp476-ecosystem-orbit{position:relative;height:5.6rem;pointer-events:none}
.wp476-ecosystem-orbit i{position:absolute;inset:50% auto auto 50%;width:8rem;height:3.2rem;border:1px solid rgba(97,158,255,.4);border-radius:50%;transform:translate(-50%,-50%) rotate(-10deg)}
.wp476-ecosystem-orbit i:nth-child(2){width:6rem;transform:translate(-50%,-50%) rotate(22deg);border-color:rgba(185,88,255,.42)}
.wp476-ecosystem-orbit i:nth-child(3){width:1.15rem;height:1.15rem;border:0;background:linear-gradient(135deg,#20c6ff,#8c5bff,#ff6a9a);box-shadow:0 0 24px rgba(92,99,255,.65)}
.wp476-ecosystem-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem}
.wp476-ecosystem-card{display:grid;grid-template-columns:auto minmax(0,1fr);grid-template-areas:"logo copy" "cta cta";gap:.7rem .8rem;min-width:0;padding:.9rem;border:1px solid var(--wp476-eco-border);border-radius:1rem;background:var(--wp476-eco-card);color:var(--wp476-eco-text);text-decoration:none;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.wp476-ecosystem-card:hover{transform:translateY(-2px);border-color:rgba(111,120,255,.5);box-shadow:0 12px 30px rgba(27,44,82,.16)}
.wp476-ecosystem-card:focus-visible,.wp476-ecosystem-chip:focus-visible{outline:3px solid color-mix(in srgb,#5ea7ff 62%,transparent);outline-offset:3px}
.wp476-ecosystem-logo{grid-area:logo;display:grid;place-items:center;width:3.8rem;height:3.8rem;border-radius:.8rem;background:color-mix(in srgb,var(--wp476-eco-card-strong) 86%,#6474ff 14%);overflow:hidden}
.wp476-ecosystem-logo img{display:block;max-width:3.15rem;max-height:3.15rem;width:auto;height:auto;object-fit:contain}
[data-theme="light"] .wp476-ecosystem-card--0bla .wp476-ecosystem-logo{background:#0e1728}
.wp476-ecosystem-card-copy{grid-area:copy;min-width:0;display:grid;align-content:center;gap:.22rem}
.wp476-ecosystem-card-copy strong{font-size:1rem;color:var(--wp476-eco-text)}
.wp476-ecosystem-card-copy small{display:block;color:var(--wp476-eco-muted);font-size:.8rem;line-height:1.36}
.wp476-ecosystem-card-cta{grid-area:cta;display:flex;justify-content:space-between;align-items:center;padding-top:.55rem;border-top:1px solid var(--wp476-eco-border);font-size:.8rem;font-weight:800;color:#8fc9ff}
[data-theme="light"] .wp476-ecosystem-card-cta{color:#356fb9}
.wp476-ecosystem--compact .wp476-ecosystem-grid{grid-template-columns:repeat(4,minmax(13rem,1fr));overflow-x:auto;scroll-snap-type:x proximity;padding-bottom:.25rem}
.wp476-ecosystem--compact .wp476-ecosystem-card{scroll-snap-align:start}
.wp476-ecosystem--strip{padding:.85rem 1rem}
.wp476-ecosystem--strip .wp476-ecosystem-head{display:grid;grid-template-columns:auto minmax(0,1fr);column-gap:.8rem;align-items:center;margin-bottom:.7rem}
.wp476-ecosystem--strip .wp476-ecosystem-eyebrow{grid-row:1/3}
.wp476-ecosystem--strip .wp476-ecosystem-head h2{margin:0;font-size:1.05rem}
.wp476-ecosystem--strip .wp476-ecosystem-head p{font-size:.86rem;line-height:1.45}
.wp476-ecosystem-chips{display:flex;gap:.5rem;overflow-x:auto;padding:.15rem .1rem .2rem;scrollbar-width:thin}
.wp476-ecosystem-chip{display:inline-flex;align-items:center;gap:.45rem;flex:0 0 auto;min-height:2.5rem;padding:.42rem .62rem;border:1px solid var(--wp476-eco-border);border-radius:.8rem;background:var(--wp476-eco-card);color:var(--wp476-eco-text);text-decoration:none;font-size:.82rem;font-weight:750}
.wp476-ecosystem-chip img{display:block;width:1.6rem;height:1.6rem;object-fit:contain}
[data-theme="light"] .wp476-ecosystem-chip--0bla{background:#10192a;color:#fff}
@media(max-width:1050px){.wp476-ecosystem-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:720px){
  .wp476-ecosystem{margin-block:1rem;padding:.85rem;border-radius:1rem}
  .wp476-ecosystem-head h2{font-size:1.35rem}
  .wp476-ecosystem-head p{font-size:.9rem;line-height:1.5}
  .wp476-ecosystem-host{grid-template-columns:auto minmax(0,1fr);gap:.75rem}
  .wp476-ecosystem-host-logo{width:4.35rem;height:4.15rem}.wp476-ecosystem-host-logo img{width:3.55rem;max-height:3.5rem}
  .wp476-ecosystem-orbit{display:none}
  .wp476-ecosystem-grid{grid-template-columns:1fr}
  .wp476-ecosystem--compact .wp476-ecosystem-grid{grid-template-columns:repeat(8,minmax(14rem,82vw))}
  .wp476-ecosystem-card{padding:.78rem;min-height:7.2rem}
  .wp476-ecosystem--strip .wp476-ecosystem-head{display:block}.wp476-ecosystem--strip .wp476-ecosystem-eyebrow{margin-bottom:.45rem}.wp476-ecosystem--strip .wp476-ecosystem-head p{margin-top:.2rem}
  .wp476-ecosystem-chip{min-height:2.75rem}
}
@media(prefers-reduced-motion:reduce){.wp476-ecosystem-card{transition:none}.wp476-ecosystem-card:hover{transform:none}}
