body.viwi-root-ecosystem-foundation .viwi-foundation-wrap{
  max-width:min(1280px, calc(100% - 32px));
  margin:28px auto 0;
  display:grid;
  gap:18px;
}

body.viwi-root-ecosystem-foundation .viwi-trust-strip,
body.viwi-root-ecosystem-foundation .viwi-ecosystem-panel,
body.viwi-root-ecosystem-foundation .viwi-business-panel,
body.viwi-root-ecosystem-foundation .viwi-plans-panel,
body.viwi-root-ecosystem-foundation .viwi-sponsored-panel{
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:20px;
  box-shadow:0 10px 24px rgba(17,24,39,.05);
}

body.viwi-root-ecosystem-foundation .viwi-trust-strip{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
  padding:16px;
}

body.viwi-root-ecosystem-foundation .viwi-trust-item{
  padding:14px 16px;
  border:1px solid #eef2f7;
  border-radius:16px;
  background:#fbfcfe;
}

body.viwi-root-ecosystem-foundation .viwi-trust-kicker{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:28px;
  padding:0 10px;
  border-radius:999px;
  background:#fff7ed;
  border:1px solid #fed7aa;
  color:#b45309;
  font-size:11px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.04em;
}

body.viwi-root-ecosystem-foundation .viwi-trust-item h3{
  margin:10px 0 6px;
  font-size:1rem;
  line-height:1.2;
  letter-spacing:-.02em;
}

body.viwi-root-ecosystem-foundation .viwi-trust-item p{
  margin:0;
  color:#4b5563;
  font-size:13px;
  line-height:1.6;
}

body.viwi-root-ecosystem-foundation .viwi-panel-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:14px;
  flex-wrap:wrap;
  padding:22px 22px 0;
}

body.viwi-root-ecosystem-foundation .viwi-panel-head h2{
  margin:0;
  font-size:clamp(1.4rem,2vw,2rem);
  line-height:1.08;
  letter-spacing:-.03em;
  font-weight:800;
}

body.viwi-root-ecosystem-foundation .viwi-panel-head p{
  margin:6px 0 0;
  color:#4b5563;
  font-size:14px;
  line-height:1.6;
  max-width:72ch;
}

body.viwi-root-ecosystem-foundation .viwi-grid{
  display:grid;
  gap:12px;
  padding:18px 22px 22px;
}

body.viwi-root-ecosystem-foundation .viwi-grid-ecosystem{
  grid-template-columns:repeat(4,minmax(0,1fr));
}

body.viwi-root-ecosystem-foundation .viwi-grid-business{
  grid-template-columns:repeat(3,minmax(0,1fr));
}

body.viwi-root-ecosystem-foundation .viwi-grid-plans{
  grid-template-columns:repeat(3,minmax(0,1fr));
}

body.viwi-root-ecosystem-foundation .viwi-grid-sponsored{
  grid-template-columns:repeat(3,minmax(0,1fr));
}

body.viwi-root-ecosystem-foundation .viwi-card{
  border:1px solid #eef2f7;
  background:#fff;
  border-radius:18px;
  padding:18px;
}

body.viwi-root-ecosystem-foundation .viwi-card-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:30px;
  padding:0 10px;
  border-radius:999px;
  font-size:11px;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
  border:1px solid transparent;
  color:#fff;
}

body.viwi-root-ecosystem-foundation .viwi-card h3{
  margin:12px 0 8px;
  font-size:1rem;
  line-height:1.2;
  letter-spacing:-.02em;
}

body.viwi-root-ecosystem-foundation .viwi-card p{
  margin:0;
  color:#4b5563;
  font-size:13px;
  line-height:1.65;
}

body.viwi-root-ecosystem-foundation .viwi-card ul{
  margin:12px 0 0;
  padding-left:18px;
  color:#4b5563;
  font-size:13px;
  line-height:1.75;
}

body.viwi-root-ecosystem-foundation .viwi-card-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:14px;
}

body.viwi-root-ecosystem-foundation .viwi-mini-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:0 12px;
  border-radius:12px;
  border:1px solid #e5e7eb;
  background:#fff;
  color:#1f2937;
  font-size:13px;
  font-weight:700;
  text-decoration:none;
}

body.viwi-root-ecosystem-foundation .viwi-mini-btn.primary{
  background:linear-gradient(180deg,#f97316,#ea580c);
  color:#fff;
  border-color:transparent;
}

body.viwi-root-ecosystem-foundation .viwi-mini-btn:hover{
  transform:translateY(-1px);
}

body.viwi-root-ecosystem-foundation .viwi-info-note{
  padding:0 22px 22px;
  color:#6b7280;
  font-size:13px;
  line-height:1.6;
}

@media (max-width: 1100px){
  body.viwi-root-ecosystem-foundation .viwi-trust-strip{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  body.viwi-root-ecosystem-foundation .viwi-grid-ecosystem{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  body.viwi-root-ecosystem-foundation .viwi-grid-business,
  body.viwi-root-ecosystem-foundation .viwi-grid-plans,
  body.viwi-root-ecosystem-foundation .viwi-grid-sponsored{
    grid-template-columns:1fr;
  }
}

@media (max-width: 720px){
  body.viwi-root-ecosystem-foundation .viwi-foundation-wrap{
    max-width:min(100% - 24px, 100%);
  }
  body.viwi-root-ecosystem-foundation .viwi-trust-strip{
    grid-template-columns:1fr;
  }
  body.viwi-root-ecosystem-foundation .viwi-grid-ecosystem{
    grid-template-columns:1fr;
  }
}
